more typo fixes
This commit is contained in:
parent
22a8d7b289
commit
b8e4f27c5a
|
@ -565,7 +565,7 @@ impl ModuleInstance {
|
||||||
///
|
///
|
||||||
/// - there are no export with a given name or this export is not a function,
|
/// - there are no export with a given name or this export is not a function,
|
||||||
/// - given arguments doesn't match to function signature,
|
/// - given arguments doesn't match to function signature,
|
||||||
/// - trap occured at the execution time,
|
/// - trap occurred at the execution time,
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
@ -643,7 +643,7 @@ impl ModuleInstance {
|
||||||
///
|
///
|
||||||
/// You can still access not fully initialized instance by calling [`not_started_instance`],
|
/// You can still access not fully initialized instance by calling [`not_started_instance`],
|
||||||
/// but keep in mind, that this is sort of escape hatch: module really might depend on initialization
|
/// but keep in mind, that this is sort of escape hatch: module really might depend on initialization
|
||||||
/// done in `start` function. It's definetely not recommended to call any exports on [`ModuleRef`]
|
/// done in `start` function. It's definitely not recommended to call any exports on [`ModuleRef`]
|
||||||
/// returned by this function.
|
/// returned by this function.
|
||||||
///
|
///
|
||||||
/// If you sure, that there is no `start` function (e.g. because you created it without one), you can
|
/// If you sure, that there is no `start` function (e.g. because you created it without one), you can
|
||||||
|
|
Loading…
Reference in New Issue