diff --git a/lib/mixins/property-effects.html b/lib/mixins/property-effects.html index 1d48b442e3..f80d371ad8 100644 --- a/lib/mixins/property-effects.html +++ b/lib/mixins/property-effects.html @@ -1442,9 +1442,9 @@ } // NOTE: We ensure clients either enable or flush as appropriate. This - // handles two corner cases: (1) clients that are connected/enabled before - // the host enables flush properly, (2) clients that are not - // connected/enabled when the host flushes are properly enabled. + // handles two corner cases: (1) clients flush properly when + // connected/enabled before the host enables, (2) clients enable properly + // when not connected/enabled when the host flushes. __enableOrFlushClients() { let clients = this.__dataPendingClients; if (clients) {