Skip to content

Commit

Permalink
Merge pull request functional-koans#45 from wishpishh/master
Browse files Browse the repository at this point in the history
Added missing word in code comments
  • Loading branch information
trptcolin committed Mar 15, 2013
2 parents dcd056a + 8cd9d64 commit 5207198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koans/11_sequence_comprehensions.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
(for [index __ :when (odd? index)]
index))

"Combinations these transformations is trivial"
"Combinations of these transformations is trivial"
(= '(1 9 25 49 81)
(map (fn [index] (* index index))
(filter odd? (range 10)))
Expand Down

0 comments on commit 5207198

Please sign in to comment.