fix typo (#4030)
This commit is contained in:
@@ -98,7 +98,7 @@ pub enum InstantiationError {
|
|||||||
#[error("Insufficient resources: {0}")]
|
#[error("Insufficient resources: {0}")]
|
||||||
Resource(anyhow::Error),
|
Resource(anyhow::Error),
|
||||||
|
|
||||||
/// A wasm link error occured.
|
/// A wasm link error occurred.
|
||||||
#[error("Failed to link module")]
|
#[error("Failed to link module")]
|
||||||
Link(#[from] LinkError),
|
Link(#[from] LinkError),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user