Skip to content

Commit

Permalink
Fix a minor syntax error in the docs for case/when statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Glass committed Aug 4, 2022
1 parent e2849b7 commit 807466d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ This is the equivalent of `switch` statement in C#, a selection statement that c
x = 5
case x
when 1, 2, 3
"Value is 1 or 2 or 3
"Value is 1 or 2 or 3"
when 5
"Value is 5"
else
Expand Down

0 comments on commit 807466d

Please sign in to comment.