diff --git a/crates/bevy_window/src/window.rs b/crates/bevy_window/src/window.rs index 0eb84b555dae8..10bdd8fe8b5ca 100644 --- a/crates/bevy_window/src/window.rs +++ b/crates/bevy_window/src/window.rs @@ -149,9 +149,9 @@ pub struct Window { /// /// ## Platform-specific /// - iOS / Android / Web: Unsupported. - /// - macOS X: Not working as expected. + /// - macOS: Not working as expected. /// - /// macOS X transparent works with winit out of the box, so this issue might be related to: . + /// macOS transparent works with winit out of the box, so this issue might be related to: . /// You should also set the window `composite_alpha_mode` to `CompositeAlphaMode::PostMultiplied`. pub transparent: bool, /// Get/set whether the window is focused.