diff --git a/crates/bevy_window/src/window.rs b/crates/bevy_window/src/window.rs index 31fb061b6132db..b141d388fe128e 100644 --- a/crates/bevy_window/src/window.rs +++ b/crates/bevy_window/src/window.rs @@ -243,7 +243,7 @@ pub struct Window { pub window_theme: Option, /// Sets the window's visibility. /// - /// If `false`, this will hide the window the window completely, it won't appear on the screen or in the task bar. + /// If `false`, this will hide the window completely, it won't appear on the screen or in the task bar. /// If `true`, this will show the window. /// Note that this doesn't change its focused or minimized state. ///