diff --git a/src/koans/06_maps.clj b/src/koans/06_maps.clj index b4330d7..6b66099 100644 --- a/src/koans/06_maps.clj +++ b/src/koans/06_maps.clj @@ -55,7 +55,7 @@ (= (list __ __ __) (sort (vals {2010 "Vancouver" 2014 "Sochi" 2018 "PyeongChang"})))) - "You can event iterate over the map entries as a seq" + "You can even iterate over the map entries as a seq" (= {:a __ :b __} (into {} (map