From 088026c347583d2afe7bc24f195ad966b1ecceaf Mon Sep 17 00:00:00 2001 From: amy universe <86204514+tomara-x@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:16:15 +0200 Subject: [PATCH] typo (#11955) the good ol the good ol typo # Objective fix a typo ## Solution remove one of the repeated instances :D --- crates/bevy_window/src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///