From 8278d38a8eb53a2e09a00b72240c5d9f80a9193d Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 27 Feb 2016 17:03:23 -0800 Subject: [PATCH] Add `update` to `lodash` doc note. [ci skip] --- lodash.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lodash.js b/lodash.js index f42fd39dc..a3fbc1a0d 100644 --- a/lodash.js +++ b/lodash.js @@ -1469,8 +1469,8 @@ * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, `tap`, `throttle`, * `thru`, `toArray`, `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, * `transform`, `unary`, `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, - * `uniqWith`, `unset`, `unshift`, `unzip`, `unzipWith`, `values`, `valuesIn`, - * `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, `zipObject`, + * `uniqWith`, `unset`, `unshift`, `unzip`, `unzipWith`, `update`, `values`, + * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, `zipObject`, * `zipObjectDeep`, and `zipWith` * * The wrapper methods that are **not** chainable by default are: