diff --git a/src/koans/25_threading_macros.clj b/src/koans/25_threading_macros.clj index 8bb630f..088279b 100644 --- a/src/koans/25_threading_macros.clj +++ b/src/koans/25_threading_macros.clj @@ -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")