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

Bug fix #968: uddate Readme for async.every() #971

Merged
merged 1 commit into from
Dec 2, 2015

Conversation

hotaru355
Copy link
Contributor

Minor change in Readme for async.every() to mention that not every iterator will run if one of them returns a falsy value (copy-pasted wording from async.some()).

@aearly
Copy link
Collaborator

aearly commented Dec 2, 2015

Awesome. 👍 Thanks!

aearly added a commit that referenced this pull request Dec 2, 2015
Bug fix #968: uddate Readme for `async.every()`
@aearly aearly merged commit 0c60ded into caolan:master Dec 2, 2015
functions have finished. Result will be either `true` or `false` depending on
the values of the async tests.
* `callback(result)` - *Optional* A callback which is called as soon as any iterator returns
`true`, or after all the iterator functions have finished. Result will be
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be false instead of true?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's correct, it should be false. This was a copy-paste error, my bad.

aearly added a commit that referenced this pull request Dec 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants