Skip to content

Commit 9fb692b

Browse files
committed
Minor typo
1 parent b0475ca commit 9fb692b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/how_to_test_ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn test_button_translation() {
6565
let button = *query.iter(&app.world).collect::<Vec<_>>().first().unwrap();
6666

6767
// The button's translation got updated because the UI system had a window to place it in.
68-
// If we hadn't added a window, the button's translation would at this point be all zero's.
68+
// If we hadn't added a window, the button's translation would at this point be all zeros.
6969
let button_transform = app.world.entity(button).get::<Transform>().unwrap();
7070
assert_eq!(
7171
button_transform.translation.x.floor() as u32,

0 commit comments

Comments
 (0)