the good ol the good ol typo

# Objective

fix a typo

## Solution

remove one of the repeated instances :D
This commit is contained in:
amy universe 2024-02-18 22:16:15 +02:00 committed by GitHub
parent 961d49f906
commit efda05d11e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
///