Skip to content

Commit

Permalink
Fix defined? docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoschmidt authored and jbr committed Jul 29, 2020
1 parent 58309b3 commit fc8e328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/predicates.sibilant
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inverse of `defined?`"
'(and ...@(map things (#(thing) '(= (typeof @thing) 'undefined)))))

(docs "returns true if none of the `things` are undefined, as tested
with `typeof`. This is the inverse of `defined?`"
with `typeof`. This is the inverse of `undefined?`"
tags [type]
examples: [ (defined? variable)
(defined? var1 var2 var3) ])
Expand Down

0 comments on commit fc8e328

Please sign in to comment.