Updated Rules (markdown)

blakadder 2019-05-08 09:45:55 +02:00
parent ec573ce45b
commit b985fbac66
1 changed files with 1 additions and 1 deletions

@ -70,7 +70,7 @@ Comparison operators are:
|`!=`| not equal to| |`!=`| not equal to|
|`>=`| greater than or equal to| |`>=`| greater than or equal to|
|`<=`| lesser than or equal to| |`<=`| lesser than or equal to|
|`\|`| used for modulo calculation remainder = 0 (i.e., exact division)| |`\|`| used for [modulo operation](https://en.wikipedia.org/wiki/Modulo_operation) with remainder = 0 (exact division)|
Some of available triggers: Some of available triggers: