Merge pull request #3304 from thierer/master

Fix typo in documentation for set()
This commit is contained in:
Eric Bidelman 2016-01-16 11:57:33 -08:00
commit 848dbb92ee

View File

@ -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