Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions SimPyLC/simpylc_howto.html
Original file line number Diff line number Diff line change
Expand Up @@ -772,12 +772,12 @@ <h1><a name="_Toc508123211">Basic control elements</a></h1>

<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:35.4pt;margin-bottom:.0001pt;text-indent:35.4pt;line-height:normal'><b><span
style='color:#00B050'># 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</span></b></p>

<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:35.4pt;margin-bottom:.0001pt;text-indent:35.4pt;line-height:normal'><b><span
style='color:#00B050'># Sets the boolean value of the register to falseValue
style='color:#00B050'># Sets the boolean value of the marker to falseValue
if:</span></b></p>

<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
Expand All @@ -795,7 +795,7 @@ <h1><a name="_Toc508123211">Basic control elements</a></h1>

<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:35.4pt;margin-bottom:.0001pt;text-indent:35.4pt;line-height:normal'><b><span
style='color:#00B050'># Leaves the boolean value of the register unaltered if:</span></b></p>
style='color:#00B050'># Leaves the boolean value of the marker unaltered if:</span></b></p>

<p class=MsoNormal style='margin-top:0cm;margin-right:0cm;margin-bottom:0cm;
margin-left:35.4pt;margin-bottom:.0001pt;text-indent:35.4pt;line-height:normal'><b><span
Expand Down