summaryrefslogtreecommitdiff
path: root/lib/mapLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mapLimit.js')
-rw-r--r--lib/mapLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mapLimit.js b/lib/mapLimit.js
index 8512885..916b206 100644
--- a/lib/mapLimit.js
+++ b/lib/mapLimit.js
@@ -9,7 +9,7 @@ import map from './internal/map';
* @name mapLimit
* @static
* @memberOf async
- * @see `async.map`
+ * @see async.map
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.
* @param {number} limit - The maximum number of async operations at a time.