Update 06_control_flow.md to clarify value changes (#202)

This commit is contained in:
Francis Chua
2025-06-13 08:12:20 -07:00
committed by GitHub
parent 180e76a2d6
commit 7900472c8b

View File

@@ -152,7 +152,7 @@ let message = move || if value.get() > 5 {
};
```
As a user clicks a button, youd see something like this:
As a user repeatedly clicks a button incrementing `value`, youd see something like this:
```
1: rendering Small