diff options
| author | Julian Hurst <ark@mansus.space> | 2026-03-12 00:48:28 +0100 |
|---|---|---|
| committer | Julian Hurst <ark@mansus.space> | 2026-03-12 00:48:28 +0100 |
| commit | 375218b4358660e5863bdbfdc10a6eca7727e8b7 (patch) | |
| tree | e2c0fe391d1047e6463f823de82cc60f3a2a3774 /spec/variable-declaration.md | |
| parent | 3b6bee74d9957430a5cc7fa515899a5b85f1fe3d (diff) | |
| download | rabbitscript-375218b4358660e5863bdbfdc10a6eca7727e8b7.tar.gz | |
spec: Remove escape in OPERATOR in variable-declaration
Diffstat (limited to 'spec/variable-declaration.md')
| -rw-r--r-- | spec/variable-declaration.md | 2 |
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: ``` -(+|-|\*|/) +(+|-|*|/) ``` |
