mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 14:10:19 +00:00
typo (#11955)
the good ol the good ol typo # Objective fix a typo ## Solution remove one of the repeated instances :D
This commit is contained in:
parent
961d49f906
commit
efda05d11e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue