summaryrefslogtreecommitdiff
path: root/doc/indent_spec.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/indent_spec.md')
-rw-r--r--doc/indent_spec.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/indent_spec.md b/doc/indent_spec.md
index 2166a63f..cf101284 100644
--- a/doc/indent_spec.md
+++ b/doc/indent_spec.md
@@ -53,7 +53,7 @@ or `0` for short.
(want))
```
-Sticking to simplicity, the `when-let` macro has one special argument (the
+Sticking to simplicity, the `when-let*` macro has one special argument (the
binding vector) and there's no out-of-the-ordinary internal structure
involved. So the indent spec is just `1` (which is shorthand for `[1]`).