Fixed documentation

This commit is contained in:
dm3 2011-08-01 23:03:30 +08:00 committed by fogus
parent 28d386611c
commit 3e30d02444

View file

@ -76,7 +76,7 @@
(.isDirectory (java.io.File. path)))
(defn find-clojure-file-paths
"Returns a seq of clojure file paths (strings) in alphabetical depth-first order."
"Returns a seq of clojure file paths (strings) in alphabetical order."
[dir]
(->> (io/file dir)
(file-seq)