diff --git a/update.js b/update.js index b2799e228..75d3a94b6 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). *