From d749795c314baa9041b91b5915c0bb1a188521d1 Mon Sep 17 00:00:00 2001 From: neta-kedem Date: Mon, 2 Dec 2019 21:30:48 +0200 Subject: [PATCH] fixing typo missing c in the word function --- src/koans/25_threading_macros.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")