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