Fix Typo
This commit is contained in:
parent
4427b9e797
commit
4e5533041d
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
(= (list __ __ __)
|
(= (list __ __ __)
|
||||||
(sort (vals {2010 "Vancouver" 2014 "Sochi" 2018 "PyeongChang"}))))
|
(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 __}
|
(= {:a __ :b __}
|
||||||
(into {}
|
(into {}
|
||||||
(map
|
(map
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue