From ab604aab5be12ff9d580cc312fb59b52da136926 Mon Sep 17 00:00:00 2001 From: hneemann Date: Tue, 18 Jul 2017 09:15:16 +0200 Subject: [PATCH] typo --- src/test/java/de/neemann/digital/integration/TestExamples.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/de/neemann/digital/integration/TestExamples.java b/src/test/java/de/neemann/digital/integration/TestExamples.java index 95a3ff5b5..a44dd48d5 100644 --- a/src/test/java/de/neemann/digital/integration/TestExamples.java +++ b/src/test/java/de/neemann/digital/integration/TestExamples.java @@ -13,7 +13,7 @@ import java.io.File; /** * Reads all examples and tries to create the model. * Makes sure that all examples are creatable (one can build the model) - * Does not ensure that they work correctly if no tests are present in the model! + * Does not ensure that they work correctly if no tests are present in the circuit! * * @author hneemann */