Fixed documentation

This commit is contained in:
dm3 2011-08-01 23:03:30 +08:00 committed by Fogus
parent 315889b8c3
commit 3fb8e71c09

View file

@ -76,7 +76,7 @@
(.isDirectory (java.io.File. path))) (.isDirectory (java.io.File. path)))
(defn find-clojure-file-paths (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] [dir]
(->> (io/file dir) (->> (io/file dir)
(file-seq) (file-seq)