From ca4c6f8baef329b39834035dc4d6a032620f44d8 Mon Sep 17 00:00:00 2001 From: Eduardo Flores Date: Wed, 30 Oct 2024 17:49:24 +0100 Subject: [PATCH] fix: documentation --- runtime/src/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {