diff --git a/core/src/widget/operation/focusable.rs b/core/src/widget/operation/focusable.rs index cb0c7845..a1327bc1 100644 --- a/core/src/widget/operation/focusable.rs +++ b/core/src/widget/operation/focusable.rs @@ -61,7 +61,7 @@ pub fn focus(target: Id) -> impl Operation { Focus { target } } -/// Produces an [`Operation`] that unfocuses the focused widget +/// Produces an [`Operation`] that unfocuses the focused widget. pub fn unfocus() -> impl Operation { struct Unfocus;