Add missing dot in unfocus operation docs
This commit is contained in:
parent
b80c23fd94
commit
d91e426dab
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ pub fn focus<T>(target: Id) -> impl Operation<T> {
|
||||||
Focus { target }
|
Focus { target }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Produces an [`Operation`] that unfocuses the focused widget
|
/// Produces an [`Operation`] that unfocuses the focused widget.
|
||||||
pub fn unfocus<T>() -> impl Operation<T> {
|
pub fn unfocus<T>() -> impl Operation<T> {
|
||||||
struct Unfocus;
|
struct Unfocus;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue