mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix typo in documentation for set()
This commit is contained in:
parent
44232bdf03
commit
aa47515766
@ -144,7 +144,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|||||||
*
|
*
|
||||||
* @method set
|
* @method set
|
||||||
* @param {(string|Array<(string|number)>)} path Path to the value
|
* @param {(string|Array<(string|number)>)} path Path to the value
|
||||||
* to read. The path may be specified as a string (e.g. `foo.bar.baz`)
|
* to write. The path may be specified as a string (e.g. `foo.bar.baz`)
|
||||||
* or an array of path parts (e.g. `['foo.bar', 'baz']`). Note that
|
* or an array of path parts (e.g. `['foo.bar', 'baz']`). Note that
|
||||||
* bracketed expressions are not supported; string-based path parts
|
* bracketed expressions are not supported; string-based path parts
|
||||||
* *must* be separated by dots. Note that when dereferencing array
|
* *must* be separated by dots. Note that when dereferencing array
|
||||||
|
Loading…
Reference in New Issue
Block a user