diff --git a/doc/4.1-configuration-syntax.md b/doc/4.1-configuration-syntax.md index 56823b111..9f361e0a2 100644 --- a/doc/4.1-configuration-syntax.md +++ b/doc/4.1-configuration-syntax.md @@ -157,7 +157,7 @@ Operator | Examples (Result) | Description * | 5m * 10 (3000) | Multiplies two numbers / | 5m / 5 (60) | Divides two numbers & | 7 & 3 (3) | Binary AND -\| | 2 \| 3 (3) | Binary OR +| | 2 | 3 (3) | Binary OR < | 3 < 5 (true) | Less than > | 3 > 5 (false) | Greater than <= | 3 <= 3 (true) | Less than or equal