fix wording

Luka Zitnik
2017-03-23 22:17:27 +01:00
committed by Felipe Zimmerle
parent e7c8563bce
commit 68d0af5348

@@ -3471,7 +3471,7 @@ To create a variable and set its value to 1 (usually used for setting flags), us
To create a variable and initialize it at the same time, use: <code>setvar:TX.score=10</code>
To remove a variable prefix the name with exclamation mark, use: <code>setvar:!TX.score</code>
To remove a variable, prefix the name with an exclamation mark: <code>setvar:!TX.score</code>
To increase or decrease variable value, use + and - characters in front of a numerical value: <code>setvar:TX.score=+5</code>