diff --git a/src/match.lisp b/src/match.lisp index 1c780ff..496e8a7 100644 --- a/src/match.lisp +++ b/src/match.lisp @@ -47,7 +47,7 @@ Examples: (match 1 (1 1)) => 1 (match 1 (2 2)) - => 2 + => NIL (match 1 (x x)) => 1 (match (list 1 2 3)