From 87ac829b805e87bc84d1c60468b62d6bc2d8dc4c Mon Sep 17 00:00:00 2001 From: Corto Callerisa Date: Sat, 2 May 2020 01:35:48 +0200 Subject: [PATCH] Fixed typo remplaced the use of "register" in marker docstring to "marker" --- SimPyLC/simpylc_howto.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SimPyLC/simpylc_howto.html b/SimPyLC/simpylc_howto.html index a61d125..1eb7f3b 100644 --- a/SimPyLC/simpylc_howto.html +++ b/SimPyLC/simpylc_howto.html @@ -772,12 +772,12 @@

Basic control elements

# Sets the boolean value of the register to trueValue if +style='color:#00B050'># Sets the boolean value of the marker to trueValue if condition is True

# Sets the boolean value of the register to falseValue +style='color:#00B050'># Sets the boolean value of the marker to falseValue if:

# Leaves the boolean value of the register unaltered if:

+style='color:#00B050'># Leaves the boolean value of the marker unaltered if: