Skip to content

Commit d836758

Browse files
committed
fmt
1 parent 542311b commit d836758

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/tauri-runtime/src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

crates/tauri-utils/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)