Update docs/guide/reactivity.md

Co-authored-by: Darren Burns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2024-02-06 16:26:39 +00:00
committed by GitHub
parent 06394ed256
commit f39a7c96d3

View File

@@ -373,7 +373,7 @@ Note how the addition of the `data_bind` methods negates the need for the watche
!!! note
Data bindings works in a single direction.
Data binding works in a single direction.
Setting `time` on the app updates the clocks.
But setting `time` on the clocks will *not* update `time` on the app.