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 GitHub
parent eb73f39c9e
commit e31bf2cfc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")