aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/julia.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/julia.rst b/docs/julia.rst
index 7740bc70..42a3b663 100644
--- a/docs/julia.rst
+++ b/docs/julia.rst
@@ -88,7 +88,7 @@ Grammar::
Expression =
FunctionCall | Identifier | Literal
Switch =
- 'switch' Expression Case* ( 'default' ':' Block )?
+ 'switch' Expression Case+ ( 'default' ':' Block )?
Case =
'case' Literal ':' Block
ForLoop =