summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2026-03-12 00:48:28 +0100
committerJulian Hurst <ark@mansus.space>2026-03-12 00:48:28 +0100
commit375218b4358660e5863bdbfdc10a6eca7727e8b7 (patch)
treee2c0fe391d1047e6463f823de82cc60f3a2a3774 /spec
parent3b6bee74d9957430a5cc7fa515899a5b85f1fe3d (diff)
downloadrabbitscript-375218b4358660e5863bdbfdc10a6eca7727e8b7.tar.gz
spec: Remove escape in OPERATOR in variable-declaration
Diffstat (limited to 'spec')
-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:
```
-(+|-|\*|/)
+(+|-|*|/)
```