Skip to content

Commit

Permalink
typo ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro authored Feb 7, 2025
1 parent 0b20e05 commit 9bee9e9
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 @@ -490,7 +490,7 @@ The following elements are permitted in an expression for attributes
- 'c:': returns the time within the current cycle
- [use-defined functions](#custom_function_definitions) FNAME:arg1,args2,...,argN where arg may be any expression that does not contain spaces (except within parentheses)
- Symbolic names for [pre-defined expressions](#named_expressions)
- The special keyword `DEFAULT`. This will evaluate to true if the all detectors for the current phase exceed the configured *max-gap*. It can be used to easily mix custom rules with default switching behavior.
- The special keyword `DEFAULT`. This will evaluate to true if all detectors for the current phase exceed the configured *max-gap*. It can be used to easily mix custom rules with default switching behavior.

The following constraints apply to expressions:

Expand Down

0 comments on commit 9bee9e9

Please sign in to comment.