Skip to content

Commit

Permalink
Fix typo in documentation for set()
Browse files Browse the repository at this point in the history
  • Loading branch information
thierer committed Jan 16, 2016
1 parent 44232bd commit aa47515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard/notify-path.html
Expand Up @@ -144,7 +144,7 @@
*
* @method set
* @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
* bracketed expressions are not supported; string-based path parts
* *must* be separated by dots. Note that when dereferencing array
Expand Down

0 comments on commit aa47515

Please sign in to comment.