Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 20, 2024
1 parent 4beb3a1 commit e467f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ pub trait Manager<R: Runtime>: sealed::ManagerBase<R> {
}

/// Removes the state managed by the application for T. Returns `true` if it actuall removed
fn unmange<T>(&self) -> bool
fn unmanage<T>(&self) -> bool
where
T: Send + Sync + 'static,
{
Expand Down

0 comments on commit e467f08

Please sign in to comment.