File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ pub trait WindowBuilder: WindowBuilderBase {
329329 #[ must_use]
330330 fn focused ( self , focused : bool ) -> Self ;
331331
332- /// Whether the window will be focusable or not.
332+ /// Whether the window will be focusable or not.
333333 #[ must_use]
334334 fn focusable ( self , focusable : bool ) -> Self ;
335335
Original file line number Diff line number Diff line change @@ -1641,7 +1641,7 @@ pub struct WindowConfig {
16411641 /// Whether the window will be initially focused or not.
16421642 #[ serde( default = "default_true" ) ]
16431643 pub focus : bool ,
1644- /// Whether the window will be focusable or not.
1644+ /// Whether the window will be focusable or not.
16451645 #[ serde( default = "default_true" ) ]
16461646 pub focusable : bool ,
16471647 /// Whether the window is transparent or not.
You can’t perform that action at this time.
0 commit comments