We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f2765 commit 1579bf3Copy full SHA for 1579bf3
lib/mixins/property-effects.html
@@ -1413,7 +1413,7 @@
1413
* The dirty-check is important to prevent cycles due to two-way
1414
* notification, but paths and objects are only dirty checked against any
1415
* previous value set during this turn via a "temporary cache" that is
1416
- * cleared when the last `_propertiesChaged` exits. This is so:
+ * cleared when the last `_propertiesChanged` exits. This is so:
1417
* a. any cached array paths (e.g. 'array.3.prop') may be invalidated
1418
* due to array mutations like shift/unshift/splice; this is fine
1419
* since path changes are dirty-checked at user entry points like `set`
0 commit comments