We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d0c2b commit aa883aaCopy full SHA for aa883aa
README.md
@@ -24,7 +24,7 @@ and try;
24
```clojure
25
(defn afn
26
[an-arg-fn]
27
- (->> (map an-argn-fn [1 2 3 4 3 2 9 3])
+ (->> (map an-arg-fn [1 2 3 4 3 2 9 3])
28
(map pr-str)
29
(apply str)))
30
0 commit comments