docs/content: Make spacing consistent (#4057)

Signed-off-by: Amit Levy <amitlevy347@gmail.com>
This commit is contained in:
Amit Levy
2021-11-28 18:57:14 +02:00
committed by GitHub
parent d7448b5252
commit 2b25dc06c8
+1 -1
View File
@@ -209,7 +209,7 @@ c = a | b
```live:rules/condbool:module:read_only
# p is true if ...
p = true { ...}
p = true { ... }
# OR