Skip to content

Commit

Permalink
Fix tryEach documentation code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Grasseh committed Sep 12, 2017
1 parent fa206af commit 3aa2fc0
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 3aa2fc0

Please sign in to comment.