Clarify reactivity in text.md

Clarified wording of reactivity text.
pull/6628/head
James Pickard 5 years ago committed by GitHub
parent 03f1614019
commit 7d6dea09ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,4 +38,4 @@ const foo = obj.foo;
foo.bar = 'baz'; foo.bar = 'baz';
``` ```
...won't update references to `obj.foo.bar`, unless you follow it up with `obj = obj`. ...won't trigger reactivity on `obj.foo.bar`, unless you follow it up with `obj = obj`.

Loading…
Cancel
Save