diff options
-rw-r--r-- | transition/lib.clj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transition/lib.clj b/transition/lib.clj index 6cfded92..32dfed54 100644 --- a/transition/lib.clj +++ b/transition/lib.clj @@ -301,9 +301,9 @@ @*loaded-libs*) (defn load-resources - "Loads Clojure code from Java resources in classpath. A path is - interpreted as classpath-relative if it begins with a slash or relative - to the root directory for the current namespace otherwise." + "Loads Clojure code from resources in classpath. A path is interpreted as + classpath-relative if it begins with a slash or relative to the root + directory for the current namespace otherwise." [& paths] (doseq path paths (let [path (if (.startsWith path "/") |