Skip to content
New issue

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

Doc for *ns* appears to be incorrect #50

Open
uvtc opened this issue May 17, 2012 · 1 comment
Open

Doc for *ns* appears to be incorrect #50

uvtc opened this issue May 17, 2012 · 1 comment

Comments

@uvtc
Copy link

uvtc commented May 17, 2012

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"

@franks42
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants