We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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"
The text was updated successfully, but these errors were encountered:
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: #50
Reply to this email directly or view it on GitHub: #50
Sorry, something went wrong.
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: