fixes error in RS-FF docu, closes #1118

This commit is contained in:
hneemann 2023-02-18 12:24:40 +01:00
parent ff5e51224a
commit 7e04ec4a1e

View File

@ -470,7 +470,7 @@
<string name="elem_RS_FF_AS_short">RS</string> <string name="elem_RS_FF_AS_short">RS</string>
<string name="elem_RS_FF_AS_tt">A component to store a single bit. <string name="elem_RS_FF_AS_tt">A component to store a single bit.
Provides the functions "set" and "reset" to set or reset the stored 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. If both inputs switch back to zero at the same time, the final state is random.
</string> </string>
<string name="elem_RS_FF_AS_pin_S">The set input.</string> <string name="elem_RS_FF_AS_pin_S">The set input.</string>