From 9bee9e9ca28f293b6bb3f11f1297029c6ebf75e1 Mon Sep 17 00:00:00 2001 From: Mirko Barthauer <33294728+m-kro@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:37:03 +0100 Subject: [PATCH] typo ref #2 --- docs/web/docs/Simulation/Traffic_Lights.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/docs/Simulation/Traffic_Lights.md b/docs/web/docs/Simulation/Traffic_Lights.md index 8b0b2d7423bd..9fb879eb8a6f 100644 --- a/docs/web/docs/Simulation/Traffic_Lights.md +++ b/docs/web/docs/Simulation/Traffic_Lights.md @@ -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: