Skip to content

Commit

Permalink
Merge pull request #1471 from Grasseh/master
Browse files Browse the repository at this point in the history
Fix tryEach documentation code example
  • Loading branch information
aearly committed Sep 12, 2017
2 parents fa206af + 3aa2fc0 commit 93515e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tryEach.js
Expand Up @@ -23,7 +23,7 @@ import slice from './internal/slice';
* `result` arguments of the last attempt at completing the `task`. Invoked with
* (err, results).
* @example
* async.try([
* async.tryEach([
* function getDataFromFirstWebsite(callback) {
* // Try getting the data from the first website
* callback(err, data);
Expand Down

0 comments on commit 93515e3

Please sign in to comment.