Skip to content

Commit

Permalink
Fix typo in doc (#3127)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Jul 29, 2021
1 parent e3c56ef commit 072d5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmtime/src/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub use self::data::*;
/// [`Store`] it will not be deallocated until the [`Store`] itself is dropped.
/// This makes [`Store`] unsuitable for creating an unbounded number of
/// instances in it because [`Store`] will never release this memory. It's
/// recommended to have a [`Store`] correspond roughly to the liftime of a "main
/// recommended to have a [`Store`] correspond roughly to the lifetime of a "main
/// instance" that an embedding is interested in executing.
///
/// ## Type parameter `T`
Expand Down

0 comments on commit 072d5dc

Please sign in to comment.