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

Bad docstring for if #239

Open
MartinPuda opened this issue Apr 18, 2022 · 0 comments
Open

Bad docstring for if #239

MartinPuda opened this issue Apr 18, 2022 · 0 comments

Comments

@MartinPuda
Copy link

MartinPuda commented Apr 18, 2022

As you can see here: https://clojuredocs.org/clojure.core/if, current docstring for if is "Evaluates test.", instead of expected:

if
  (if test then else?)
Special Form
  Evaluates test. If not the singular values nil or false,
  evaluates and yields then, otherwise, evaluates and yields else. If
  else is not supplied it defaults to nil.

  Please see http://clojure.org/special_forms#if
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

1 participant