Welcome! Please see the About page for a little more info on how this works.

0 votes
in Docs by

Hi,

For example, if is mispelled in defonce docs:

(defmacro defonce
  "defs name to have the root value of the expr iff the named var has no root value,
  else expr is unevaluated"

I've already signed the Clojure Contributor Agreement.

1 Answer

0 votes
by
selected by
 
Best answer

"iff" is not a misspelling, it's a common shorthand for "if and only if".

As for submitting patches - apart from signing the agreement, you also need to file a contributor support request, as per this page: https://clojure.org/dev/dev#_becoming_a_contributor

by
Thanks, didn't know about this `iff` thing.
...