Skip to content

Commit f35e258

Browse files
committed
Update answer key to reflect renaming
1 parent e96ccc4 commit f35e258

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

resources/koans.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
"___" [(fn [x] x)]}]
105105

106106
["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5]
107-
(* index index)
107+
(* x x)
108108
(range 10)
109-
(odd? index) (* index index)
109+
(odd? x) (* x x)
110110
[row column]
111111
]}]
112112

src/koans/11_sequence_comprehensions.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
(= [[:top :left] [:top :middle] [:top :right]
2929
[:middle :left] [:middle :middle] [:middle :right]
3030
[:bottom :left] [:bottom :middle] [:bottom :right]]
31-
(for [row [:top :middle :bottom]
32-
column [:left :middle :right]]
33-
__)))
31+
(for [row [:top :middle :bottom]
32+
column [:left :middle :right]]
33+
__)))

0 commit comments

Comments
 (0)