diff --git a/runtime/src/window.rs b/runtime/src/window.rs index ff9660b744..59c8d59296 100644 --- a/runtime/src/window.rs +++ b/runtime/src/window.rs @@ -470,7 +470,7 @@ pub fn enable_blur(id: Id) -> Task { task::effect(crate::Action::Window(Action::EnableBlur(id))) } -/// Enable the blur effect for a window. +/// Disable the blur effect for a window. /// /// This is only supported on platforms that support window blur. pub fn disable_blur(id: Id) -> Task {