wasmtime: fix typo in Store doc

This commit is contained in:
Benoît CORTIER
2021-07-12 21:28:15 -04:00
parent f08491eeca
commit cfeaa95b54

View File

@@ -73,7 +73,7 @@ pub use self::data::*;
///
/// You can create a store with default configuration settings using
/// `Store::default()`. This will create a brand new [`Engine`] with default
/// ocnfiguration (see [`Config`](crate::Config) for more information).
/// configuration (see [`Config`](crate::Config) for more information).
pub struct Store<T> {
// for comments about `ManuallyDrop`, see `Store::into_data`
inner: ManuallyDrop<Box<StoreInner<T>>>,