Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Jun 7, 2015
1 parent 8daf5b7 commit ac07e00
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 @@ -40,7 +40,7 @@ Another included primitive composition function is `thrush`, which is the revers
```racket
(define symbol-length-even?
(thrush symbol->string
string->number
string-length
even?))
(symbol-length-even? 'foo) ;; #f
(symbol-length-even? 'barbaz) ;; #t
Expand Down

0 comments on commit ac07e00

Please sign in to comment.