Skip to content

Commit e989037

Browse files
committed
doco update
1 parent 6115b1c commit e989037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/src/content/extensions/06-hx-live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ A single document-wide `MutationObserver` and `input` / `change` listeners trigg
539539
- `input` or `change` events from any control
540540
- completion of an htmx swap (recomputes pause mid-swap, run once at the end)
541541

542-
All expressions run in a single microtask, so multiple synchronous mutations coalesce into one recompute.
542+
Each expression is pre-compiled once when registered. All pre-compiled expressions then run in a single microtask, so multiple synchronous mutations coalesce into one recompute.
543543

544544
### Self-mutation is safe
545545

0 commit comments

Comments
 (0)