Skip to content

Commit 19d2f9c

Browse files
authored
Merge pull request #144 from BafDyce/fix-comment-keyboard-input-event-example
Fix comment in keyboard_input_event example
2 parents f65f600 + 671862d commit 19d2f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/input/keyboard_input_events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ struct State {
1313
event_reader: EventReader<KeyboardInput>,
1414
}
1515

16-
/// This system prints out all mouse events as they come in
16+
/// This system prints out all keyboard events as they come in
1717
fn print_keyboard_event_system(
1818
mut state: ResMut<State>,
1919
keyboard_input_events: Res<Events<KeyboardInput>>,

0 commit comments

Comments
 (0)