Merge pull request #45 from wishpishh/master
Added missing word in code comments
This commit is contained in:
commit
5207198857
@ -17,7 +17,7 @@
|
|||||||
(for [index __ :when (odd? index)]
|
(for [index __ :when (odd? index)]
|
||||||
index))
|
index))
|
||||||
|
|
||||||
"Combinations these transformations is trivial"
|
"Combinations of these transformations is trivial"
|
||||||
(= '(1 9 25 49 81)
|
(= '(1 9 25 49 81)
|
||||||
(map (fn [index] (* index index))
|
(map (fn [index] (* index index))
|
||||||
(filter odd? (range 10)))
|
(filter odd? (range 10)))
|
||||||
|
Loading…
Reference in New Issue
Block a user