From 527b167bc5d7ef845fbd7ff48d75f97dcf682470 Mon Sep 17 00:00:00 2001 From: Doug Cone Date: Sun, 16 Jul 2017 21:10:59 -0400 Subject: [PATCH] _.update() docs grammar fix (#3264) --- update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.js b/update.js index b2799e228e..75d3a94b65 100644 --- a/update.js +++ b/update.js @@ -1,7 +1,7 @@ import baseUpdate from './.internal/baseUpdate.js' /** - * This method is like `set` except that accepts `updater` to produce the + * This method is like `set` except that it accepts `updater` to produce the * value to set. Use `updateWith` to customize `path` creation. The `updater` * is invoked with one argument: (value). *