clj-ns-browser
clj-ns-browser copied to clipboard
Doc for *ns* appears to be incorrect
The docs for ns in clj-ns-browser don't include:
"A clojure.lang.Namespace object representing the current namespace."
Instead, in clj-ns-browser, it says:
"Fundamental library of the Clojure language"
Good catch.
(sdoc ns) shows the doc-string of the var's value, not the var itself.
(presuming ns was refering to clojure.core in your case)
On May 17, 2012, at 12:32 PM, John Gabriele wrote:
The docs for ns in clj-ns-browser don't include:
"A clojure.lang.Namespace object representing the current namespace."
Instead, in clj-ns-browser, it says:
"Fundamental library of the Clojure language"
Reply to this email directly or view it on GitHub: https://github.com/franks42/clj-ns-browser/issues/50