fixing typo

missing c in the word function
This commit is contained in:
neta-kedem 2019-12-02 21:30:48 +02:00 committed by Colin Jones
parent 040070bbed
commit d749795c31

View file

@ -59,7 +59,7 @@
(into [])
(reduce +)))
"We can use funtions we have written ourselves that follow this pattern"
"We can use functions we have written ourselves that follow this pattern"
(= __
(->> a-list-with-maps
(function-that-takes-a-coll "hello" "there")