summaryrefslogtreecommitdiff
path: root/lib/detectLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/detectLimit.js')
-rw-r--r--lib/detectLimit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/detectLimit.js b/lib/detectLimit.js
index ee9080b..20c8040 100644
--- a/lib/detectLimit.js
+++ b/lib/detectLimit.js
@@ -13,7 +13,7 @@ import findGetResult from './internal/findGetResult';
* @name detectLimit
* @static
* @memberOf async
- * @see `async.detect`
+ * @see async.detect
* @alias findLimit
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.