summaryrefslogtreecommitdiff
path: root/spec/variable-declaration.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/variable-declaration.md')
-rw-r--r--spec/variable-declaration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/variable-declaration.md b/spec/variable-declaration.md
index 2959f29..daa055e 100644
--- a/spec/variable-declaration.md
+++ b/spec/variable-declaration.md
@@ -56,7 +56,7 @@ OPERAND (OPERAND ){N} OPERATOR{N}
An operand is defined strictly as a number (integer or floating). An operator is defined by the addition, subtraction, multiplication and division symbols as follows:
```
-(+|-|\*|/)
+(+|-|*|/)
```