Skip to content

Commit 1679a99

Browse files
committed
Fix typo in game_menu.rs (#4977)
Should be trivial # Objective There is a typo in a comment that is fixed in this commit ## Solution Fix the typo `positionned` -> `positioned` ---
1 parent c6958b3 commit 1679a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/games/game_menu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ mod menu {
401401
};
402402
let button_icon_style = Style {
403403
size: Size::new(Val::Px(30.0), Val::Auto),
404-
// This takes the icons out of the flexbox flow, to be positionned exactly
404+
// This takes the icons out of the flexbox flow, to be positioned exactly
405405
position_type: PositionType::Absolute,
406406
// The icon will be close to the left border of the button
407407
position: UiRect {

0 commit comments

Comments
 (0)