From ba8c3dc60e9beb1e96dd4d09cd049627c8af37b8 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 26 Nov 2016 21:22:48 +0100 Subject: [PATCH] typo --- src/main/java/de/neemann/digital/core/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/de/neemann/digital/core/package-info.java b/src/main/java/de/neemann/digital/core/package-info.java index 69318696b..669d737d1 100644 --- a/src/main/java/de/neemann/digital/core/package-info.java +++ b/src/main/java/de/neemann/digital/core/package-info.java @@ -3,7 +3,7 @@ * So all the logic gates, memory and so on are implemented here. * This core model does not contain any information about its graphical representation. * But every single value is represented by the class {@link de.neemann.digital.core.ObservableValue} - * an the graphical representation registers listeners tho the values to be notified if a state + * and the graphical representation registers listeners tho the values to be notified if a state * change occurred, and maybe a repaint is necessary. * * @author hneemann