Skip to content

Commit 2774ee6

Browse files
Update crates/bevy_window/src/window.rs
Co-authored-by: atlv <[email protected]>
1 parent 1b51194 commit 2774ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_window/src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pub struct Window {
232232
///
233233
/// - iOS / Android / X11 / Wayland: Spawning unfocused is
234234
/// [not supported](https://docs.rs/winit/latest/winit/window/struct.WindowAttributes.html#method.with_active).
235-
/// - iOS / Android / Web / Wayland Setting focused after creation is
235+
/// - iOS / Android / Web / Wayland: Setting focused after creation is
236236
/// [not supported](https://docs.rs/winit/latest/winit/window/struct.Window.html#method.focus_window)
237237
pub focused: bool,
238238
/// Where should the window appear relative to other overlapping window.

0 commit comments

Comments
 (0)