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)))
|
||||
|
||||
"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 __))
|
||||
|
||||
"Iteration can be used for repetition"
|
||||
|
Loading…
Reference in New Issue
Block a user