diff --git a/runtime/src/window.rs b/runtime/src/window.rs index 15d6f989..7c7b565d 100644 --- a/runtime/src/window.rs +++ b/runtime/src/window.rs @@ -552,7 +552,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 {