Skip to content

Commit

Permalink
Update crates/tauri/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Sep 20, 2024
1 parent e467f08 commit 3a8ddfa
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 @@ -699,7 +699,7 @@ pub trait Manager<R: Runtime>: sealed::ManagerBase<R> {
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<T>(&self) -> bool
where
T: Send + Sync + 'static,
Expand Down

0 comments on commit 3a8ddfa

Please sign in to comment.