aboutsummaryrefslogtreecommitdiff
path: root/TUTORIAL.md
diff options
context:
space:
mode:
authorJoel Kronqvist <joel.kronqvist@iki.fi>2025-08-15 11:27:52 +0300
committerJoel Kronqvist <joel.kronqvist@iki.fi>2025-08-15 11:27:52 +0300
commit0ca4c3f103acd9d1ea78bbc42b9b70161a94308d (patch)
tree7e8144434656f44e2e1f66175bb80ec6364a6ce5 /TUTORIAL.md
parent322f541d6922422e5a4aa29f50c6534517ee85be (diff)
downloadmyslip-0ca4c3f103acd9d1ea78bbc42b9b70161a94308d.tar.gz
myslip-0ca4c3f103acd9d1ea78bbc42b9b70161a94308d.zip
feat: fixed point dynamics
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])
...)
```