Skip to content

Commit 602727d

Browse files
fixup! bevy_winit(emit raw winit events)
1 parent 4a968ae commit 602727d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bevy_winit/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ impl<T: Event> Plugin for WinitPlugin<T> {
156156
#[reflect(Debug, Default)]
157157
pub struct WakeUp;
158158

159-
/// The original window event as produced by winit. This is meant as an escape
160-
/// hatch for power users that wish add custom winit integrations.
159+
/// The original window event as produced by Winit. This is meant as an escape
160+
/// hatch for power users that wish add custom Winit integrations.
161161
/// If you want to process events for your app or game, you should instead use
162162
/// `bevy::window::WindowEvent`, or one of its sub-events.
163163
///

0 commit comments

Comments
 (0)