Skip to content

Commit

Permalink
Merge branch 'master' of github.com:swannodette/match
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Aug 19, 2011
2 parents 8e85335 + aff4a51 commit d80ccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Seq matching
```clojure
(let [x [1 2 nil nil nil]]
(match [x]
[[1] :a0
[[1]] :a0
[[1 2]] :a1
[[1 2 nil nil nil]] :a2))
;; => :a2
Expand Down

0 comments on commit d80ccb2

Please sign in to comment.