From 7e04ec4a1e7773b8c00e1aa27b6c812e6f62f538 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sat, 18 Feb 2023 12:24:40 +0100 Subject: [PATCH] fixes error in RS-FF docu, closes #1118 --- src/main/resources/lang/lang_en.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lang/lang_en.xml b/src/main/resources/lang/lang_en.xml index d80aa5e0c..3233350a9 100644 --- a/src/main/resources/lang/lang_en.xml +++ b/src/main/resources/lang/lang_en.xml @@ -470,7 +470,7 @@ RS A component to store a single bit. Provides the functions "set" and "reset" to set or reset the stored bit. - If both inputs are switched to one, both outputs also output a one. + If both inputs are switched to one, both outputs also output a zero. If both inputs switch back to zero at the same time, the final state is random. The set input.