_.update() docs grammar fix (#3264)

This commit is contained in:
Doug Cone
2017-07-16 21:10:59 -04:00
committed by John-David Dalton
parent bcd13b270d
commit 527b167bc5

View File

@@ -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).
*