Fix grammar
This commit is contained in:
parent
9ed29b7922
commit
5fe1adffdd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
(for [x __ :when (odd? x)]
|
(for [x __ :when (odd? x)]
|
||||||
x))
|
x))
|
||||||
|
|
||||||
"Combinations of these transformations is trivial"
|
"Combinations of these transformations are trivial"
|
||||||
(= '(1 9 25 49 81)
|
(= '(1 9 25 49 81)
|
||||||
(map (fn [x] (* x x))
|
(map (fn [x] (* x x))
|
||||||
(filter odd? (range 10)))
|
(filter odd? (range 10)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue