Skip to content

Commit efda05d

Browse files
authored
typo (#11955)
the good ol the good ol typo # Objective fix a typo ## Solution remove one of the repeated instances :D
1 parent 961d49f commit efda05d

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
@@ -243,7 +243,7 @@ pub struct Window {
243243
pub window_theme: Option<WindowTheme>,
244244
/// Sets the window's visibility.
245245
///
246-
/// If `false`, this will hide the window the window completely, it won't appear on the screen or in the task bar.
246+
/// If `false`, this will hide the window completely, it won't appear on the screen or in the task bar.
247247
/// If `true`, this will show the window.
248248
/// Note that this doesn't change its focused or minimized state.
249249
///

0 commit comments

Comments
 (0)