Fix formatting issue in the documentation.

Refs #5789
This commit is contained in:
Gunnar Beutner 2014-03-20 06:35:18 +01:00
parent 5ec2349f64
commit 8640e15188
1 changed files with 1 additions and 1 deletions

View File

@ -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