Run lein ancient, and updated dependencies except Clojure. All tests pass.

This commit is contained in:
Simon Brooke 2019-11-12 16:14:27 +00:00
parent 35c061b519
commit 6b7d43599a
3 changed files with 11 additions and 7 deletions

View file

@ -261,7 +261,7 @@
(s/join
" "
(map
#(apply str (cons (Character/toUpperCase (first %)) (rest %)))
s/capitalize
(s/split s #"[^a-zA-Z0-9]+")))
s))