Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
missing c in the word function
  • Loading branch information
neta-kedem authored and trptcolin committed Dec 2, 2019
1 parent 040070b commit d749795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/koans/25_threading_macros.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d749795

Please sign in to comment.