mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
_.update() docs grammar fix (#3264)
This commit is contained in:
committed by
John-David Dalton
parent
bcd13b270d
commit
527b167bc5
@@ -1,7 +1,7 @@
|
|||||||
import baseUpdate from './.internal/baseUpdate.js'
|
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`
|
* value to set. Use `updateWith` to customize `path` creation. The `updater`
|
||||||
* is invoked with one argument: (value).
|
* is invoked with one argument: (value).
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user