Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

doc for special forms missing special form name #124

Closed
mfikes opened this issue Apr 10, 2017 · 1 comment
Closed

doc for special forms missing special form name #124

mfikes opened this issue Apr 10, 2017 · 1 comment

Comments

@mfikes
Copy link
Collaborator

mfikes commented Apr 10, 2017

For example:

cljs.user=> (doc if)
-------------------------

   (if test then else?)
  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.
nil

Right after the dashed lines would go the string if

@anmonteiro
Copy link
Owner

fixed dd363a8

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

No branches or pull requests

2 participants