Fixed typo.

This commit is contained in:
John Wiseman 2020-05-20 15:05:53 -07:00
parent 46b863fa36
commit dda25dbdc4

View File

@ -64,7 +64,7 @@
(str "an " s) (str "an " s)
(str "a " s)) (str "a " s))
(str "an " s))) (str "an " s)))
:hashtag #(string-replace % #"-" "_")}) :hashtag #(string/replace % #"-" "_")})
(defn apply-filter [s filter-name] (defn apply-filter [s filter-name]