fix: documentation

This commit is contained in:
Eduardo Flores 2024-10-30 17:49:24 +01:00 committed by Ashley Wulber
parent 61cdb6fe1f
commit 785732b90d
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -552,7 +552,7 @@ pub fn enable_blur<Message>(id: Id) -> Task<Message> {
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<Message>(id: Id) -> Task<Message> {