summaryrefslogtreecommitdiff
path: root/lib/tryEach.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tryEach.js')
-rw-r--r--lib/tryEach.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tryEach.js b/lib/tryEach.js
index 025f7c9..df9b68f 100644
--- a/lib/tryEach.js
+++ b/lib/tryEach.js
@@ -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);