Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
the good ol the good ol typo

# Objective

fix a typo

## Solution

remove one of the repeated instances :D
  • Loading branch information
tomara-x authored and msvbg committed Feb 26, 2024
1 parent ca6ca89 commit 088026c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_window/src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pub struct Window {
pub window_theme: Option<WindowTheme>,
/// 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.
///
Expand Down

0 comments on commit 088026c

Please sign in to comment.