summaryrefslogtreecommitdiff
path: root/lib/detect.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/detect.js')
-rw-r--r--lib/detect.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/detect.js b/lib/detect.js
index a4e246c..3aff790 100644
--- a/lib/detect.js
+++ b/lib/detect.js
@@ -12,13 +12,14 @@ import findGetResult from './internal/findGetResult';
* that passes the test.
* If order within the original `coll` is important, then look at
- * `detectSeries`.
+ * [`detectSeries`]{@link module:Collections.detectSeries}.
*
* @name detect
* @static
- * @memberOf async
+ * @memberOf module:Collections
+ * @method
* @alias find
- * @category Collection
+ * @category Collections
* @param {Array|Object} coll - A collection to iterate over.
* @param {Function} iteratee - A truth test to apply to each item in `coll`.
* The iteratee is passed a `callback(err, truthValue)` which must be called