From aa4751576622b52cacc7eca22bd011d1fd209040 Mon Sep 17 00:00:00 2001 From: Martin Thierer Date: Sat, 16 Jan 2016 19:00:54 +0100 Subject: [PATCH] Fix typo in documentation for set() --- src/standard/notify-path.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/notify-path.html b/src/standard/notify-path.html index 328a6cbba9..8751e4e0aa 100644 --- a/src/standard/notify-path.html +++ b/src/standard/notify-path.html @@ -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