We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961d49f commit efda05dCopy full SHA for efda05d
crates/bevy_window/src/window.rs
@@ -243,7 +243,7 @@ pub struct Window {
243
pub window_theme: Option<WindowTheme>,
244
/// Sets the window's visibility.
245
///
246
- /// 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.
247
/// If `true`, this will show the window.
248
/// Note that this doesn't change its focused or minimized state.
249
0 commit comments