diff options
-rw-r--r-- | lib/lib.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.clj b/lib/lib.clj index 5b80c657..daa9da16 100644 --- a/lib/lib.clj +++ b/lib/lib.clj @@ -155,7 +155,7 @@ (load-one sym url ns) @*libs*)))) -(defn sym-file +(defn- sym-file "Returns the implementation file path for a libspec sym" [sym] (let [n (name sym) |