Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur committed Oct 22, 2024
1 parent 8b8edb4 commit 725b80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masonry/src/doc/02_implementing_widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ impl Widget for ColorRectangle {
}
```

Our size is static, and doesn't depend on size constraints passed by our parent or context information like "the widget is currenlty hovered", so it can be written as a one-liner.
Our size is static, and doesn't depend on size constraints passed by our parent or context information like "the widget is currently hovered", so it can be written as a one-liner.

Next we write our render methods:

Expand Down

0 comments on commit 725b80b

Please sign in to comment.