Skip to content

Commit

Permalink
Slightly better example
Browse files Browse the repository at this point in the history
  • Loading branch information
marick committed Mar 22, 2013
1 parent 80d0c8f commit d40fd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/as_documentation/prerequisites__the_basics.clj
Expand Up @@ -237,7 +237,7 @@
(find-letter) => ..letter-result..
(provided
(letter & (just "this" "doesn't" "match")) => ..bogus-result.. :times 0
(letter & (just "x" "y" "z")) => ..letter-result..))
(letter & (contains ["x" "y"])) => ..letter-result..))



Expand Down

0 comments on commit d40fd2b

Please sign in to comment.