diff --git a/crates/tauri-runtime-wry/src/monitor/mod.rs b/crates/tauri-runtime-wry/src/monitor/mod.rs index 21fc85584df3..f5714b2402de 100644 --- a/crates/tauri-runtime-wry/src/monitor/mod.rs +++ b/crates/tauri-runtime-wry/src/monitor/mod.rs @@ -18,7 +18,7 @@ mod macos; mod windows; pub trait MonitorExt { - /// Enable or disable the window + /// Get the work area of this monitor /// /// ## Platform-specific: ///