mirror of
https://github.com/hneemann/Digital.git
synced 2025-10-04 10:22:52 -04:00
typo
This commit is contained in:
parent
6c5ff1cd92
commit
f4610a1341
@ -8,9 +8,9 @@ import de.neemann.digital.lang.Lang;
|
|||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Used to analyse on which inputs a given output depends.
|
* Used to analyse on which inputs a given output depends on.
|
||||||
* So you only have to take into account the inputs, a given outputs
|
* So you only have to take into account the inputs, a given output
|
||||||
* depends on.
|
* really depends on.
|
||||||
* Created by hneemann on 11.06.17.
|
* Created by hneemann on 11.06.17.
|
||||||
*/
|
*/
|
||||||
public class DependencyAnalyser {
|
public class DependencyAnalyser {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user