aboutsummaryrefslogtreecommitdiff
path: root/TUTORIAL.md
diff options
context:
space:
mode:
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r--TUTORIAL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md
index 8e5165d..d7bf266 100644
--- a/TUTORIAL.md
+++ b/TUTORIAL.md
@@ -199,7 +199,7 @@ For basic lists, the `case`-operator can be used.
It's syntax is:
```myslip
(case [condition]
- ([pattern 1] [value 1])
+ ([pattern 1] [value 1])
([pattern 2] [value 2])
...)
```