From 8640e15188d73514a0488262c63afbdb3457a49c Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 20 Mar 2014 06:35:18 +0100 Subject: [PATCH] Fix formatting issue in the documentation. Refs #5789 --- doc/4.1-configuration-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0