Skip to content

Commit aa883aa

Browse files
author
Edward Paget
committed
Fix README typo
1 parent 69d0c2b commit aa883aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ and try;
2424
```clojure
2525
(defn afn
2626
[an-arg-fn]
27-
(->> (map an-argn-fn [1 2 3 4 3 2 9 3])
27+
(->> (map an-arg-fn [1 2 3 4 3 2 9 3])
2828
(map pr-str)
2929
(apply str)))
3030

0 commit comments

Comments
 (0)