Update guard info in _.reduce docs. [ci skip]

This commit is contained in:
jdalton
2015-03-10 09:21:38 -07:00
parent f063b4d231
commit 028234ba86

View File

@@ -6622,7 +6622,7 @@
* `_.reduce`, `_.reduceRight`, and `_.transform`.
*
* The guarded methods are:
* `assign`, `defaults`, `merge`, and `sortAllBy`
* `assign`, `defaults`, `merge`, `sortByAll`, and `sortByOrder`
*
* @static
* @memberOf _