Skip to content

Commit

Permalink
Update Traffic_Lights.md (#14466)
Browse files Browse the repository at this point in the history
using &lt; instead of < for defining a condition
  • Loading branch information
aminissn committed Mar 5, 2024
1 parent 76e67d9 commit 92c7bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Simulation/Traffic_Lights.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ of `<tlLogic>` to define named expressions that can be referenced in other expre
```xml
<tlLogic id="example" type="actuated" ...>
<condition id="C3" value="z:det5 > 5"/>
<condition id="C4" value="C3 and z:det6 < 2"/>
<condition id="C4" value="C3 and z:det6 &lt; 2"/>
<condition id="C5" value="g:3 > 20"/>
...
```
Expand Down

0 comments on commit 92c7bed

Please sign in to comment.