summaryrefslogtreecommitdiff
path: root/lib/reject.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reject.js')
-rw-r--r--lib/reject.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reject.js b/lib/reject.js
index f7f6f10..b96321a 100644
--- a/lib/reject.js
+++ b/lib/reject.js
@@ -9,7 +9,7 @@ import doLimit from './internal/doLimit';
* @name reject
* @static
* @memberOf async
- * @see async.filter
+ * @see `async.filter`
* @category Collection
* @param {Array|Object} coll - A collection to iterate over.
* @param {Function} iteratee - A truth test to apply to each item in `coll`.