Skip to content

Commit

Permalink
_.update() docs grammar fix (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullvariable authored and jdalton committed Jul 17, 2017
1 parent bcd13b2 commit 527b167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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).
*
Expand Down

0 comments on commit 527b167

Please sign in to comment.