Update _.map doc note on guarded methods. [ci skip]

This commit is contained in:
John-David Dalton
2016-04-01 17:21:50 -07:00
parent 58f93567fc
commit 64652c263f

View File

@@ -8439,10 +8439,10 @@
* `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`.
* *
* The guarded methods are: * The guarded methods are:
* `ary`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, `fill`, * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`,
* `invert`, `parseInt`, `random`, `range`, `rangeRight`, `slice`, `some`, * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`,
* `sortBy`, `take`, `takeRight`, `template`, `trim`, `trimEnd`, `trimStart`, * `sampleSize`, `slice`, `some`, `sortBy`, `take`, `takeRight`, `template`,
* and `words` * `trim`, `trimEnd`, `trimStart`, and `words`
* *
* @static * @static
* @memberOf _ * @memberOf _