diff --git a/src/macros/predicates.sibilant b/src/macros/predicates.sibilant index e7e237e..e4ae0b5 100644 --- a/src/macros/predicates.sibilant +++ b/src/macros/predicates.sibilant @@ -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) ])