aboutsummaryrefslogtreecommitdiffstats
path: root/csc/match.csc
diff options
context:
space:
mode:
Diffstat (limited to 'csc/match.csc')
-rw-r--r--csc/match.csc2
1 files changed, 1 insertions, 1 deletions
diff --git a/csc/match.csc b/csc/match.csc
index f6ed477..c925381 100644
--- a/csc/match.csc
+++ b/csc/match.csc
@@ -30,7 +30,7 @@
(define-syntax match-pattern
(syntax-rules (_ ! when %)
- ((match-pattern x pattern (when condition) result result* ...)
+ ((match-pattern x pattern when condition result result* ...)
(match-pattern x pattern
(if condition
(let () result result* ...)