diff --git a/crates/tauri/src/lib.rs b/crates/tauri/src/lib.rs index 71e273d911be..e9d11696af42 100644 --- a/crates/tauri/src/lib.rs +++ b/crates/tauri/src/lib.rs @@ -699,7 +699,7 @@ pub trait Manager: sealed::ManagerBase { self.manager().state().set(state) } - /// Removes the state managed by the application for T. Returns `true` if it actuall removed + /// Removes the state managed by the application for T. Returns `true` if it was actually removed fn unmanage(&self) -> bool where T: Send + Sync + 'static,