From 6866ccd933600ac4dda512ecd927f59ff6cca300 Mon Sep 17 00:00:00 2001 From: Elena Machkasova Date: Sun, 14 Jun 2015 23:35:01 -0500 Subject: [PATCH] changed another foo to hello --- src/koans/10_lazy_sequences.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/koans/10_lazy_sequences.clj b/src/koans/10_lazy_sequences.clj index 07c6858..ac8e6c4 100644 --- a/src/koans/10_lazy_sequences.clj +++ b/src/koans/10_lazy_sequences.clj @@ -24,5 +24,5 @@ (repeat 10 __)) "Iteration can be used for repetition" - (= (repeat 100 :foo) - (take 100 (iterate ___ :foo)))) + (= (repeat 100 :hello) + (take 100 (iterate ___ :hello))))