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

Docs note defined? as opposite of itself in description. #95

Open
distransient opened this issue Jun 21, 2016 · 1 comment
Open

Docs note defined? as opposite of itself in description. #95

distransient opened this issue Jun 21, 2016 · 1 comment

Comments

@distransient
Copy link

It says

returns true if none of the things are undefined, as tested with typeof. This is the inverse of defined?

It should say

returns true if none of the things are undefined, as tested with typeof. This is the inverse of undefined?

https://docs.sibilant.org/defined

Sorry, would submit a pull request for this but I couldn't tell how to edit the docs correctly on first glance.

@jbr
Copy link
Owner

jbr commented Jun 21, 2016

Thanks for catching this! Here's the line in question: https://github.com/jbr/sibilant/blob/master/src/macros/predicates.sibilant#L49

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

2 participants