Skip to content

Commit

Permalink
Fix doclink in Instance::new docs (#1139)
Browse files Browse the repository at this point in the history
fix doclink in Instance::new docs
  • Loading branch information
Robbepop authored Jul 25, 2024
1 parent 02621ad commit a7263f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmi/src/instance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub struct Instance(Stored<InstanceIdx>);
impl Instance {
/// Creates a new [`Instance`] from the pre-compiled [`Module`] and the list of `imports`.
///
/// Uses the official [Wasm instantiation prodecure] in order to resolve and type-check
/// Uses the official [Wasm instantiation procedure] in order to resolve and type-check
/// the provided `imports` and match them with the required imports of the [`Module`].
///
/// # Note
Expand Down

0 comments on commit a7263f7

Please sign in to comment.