Added missing word in comment for koan 11

此提交包含在:
Hannes Johansson
2013-03-15 23:35:41 +01:00
父節點 dcd056addb
當前提交 8cd9d64ad0

查看文件

@@ -17,7 +17,7 @@
(for [index __ :when (odd? index)]
index))
"Combinations these transformations is trivial"
"Combinations of these transformations is trivial"
(= '(1 9 25 49 81)
(map (fn [index] (* index index))
(filter odd? (range 10)))