Extra whitespace in 10_lazy_sequences.clj
This commit is contained in:
parent
8e846cf07a
commit
fed56b1cdd
@ -20,7 +20,7 @@
|
|||||||
(= __ (take 20 (iterate inc 0)))
|
(= __ (take 20 (iterate inc 0)))
|
||||||
|
|
||||||
"Repetition is key"
|
"Repetition is key"
|
||||||
(= [:a :a :a :a :a :a :a :a :a :a ]
|
(= [:a :a :a :a :a :a :a :a :a :a]
|
||||||
(repeat 10 __))
|
(repeat 10 __))
|
||||||
|
|
||||||
"Iteration can be used for repetition"
|
"Iteration can be used for repetition"
|
||||||
|
Loading…
Reference in New Issue
Block a user