summaryrefslogtreecommitdiff
path: root/lib/detectLimit.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/detectLimit.js')
-rw-r--r--lib/detectLimit.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/detectLimit.js b/lib/detectLimit.js
index 2e8ba7a..335add4 100644
--- a/lib/detectLimit.js
+++ b/lib/detectLimit.js
@@ -10,8 +10,9 @@ import findGetResult from './internal/findGetResult';
*
* @name detectLimit
* @static
- * @memberOf async
- * @see async.detect
+ * @memberOf module:async
+ * @method
+ * @see [async.detect]{@link module:async.detect}
* @alias findLimit
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.