Skip to content

Commit

Permalink
Fix a typo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisGorbachev authored Apr 27, 2024
1 parent 46db163 commit b9e8a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/binding/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pub struct CustomData {
}
```

The `Data` trait also requires that the type implements `Clone`. This is because then the binding system has determined the data has changed, it must replace its stored copy of the data with a new one so it can recompare on the next update cycle.
The `Data` trait also requires that the type implements `Clone`. This is because when the binding system has determined the data has changed, it must replace its stored copy of the data with a new one so it can recompare on the next update cycle.

0 comments on commit b9e8a0b

Please sign in to comment.