Skip to content

Commit

Permalink
gen-wasmtime: fix typo in generated code
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
  • Loading branch information
srenatus committed Dec 18, 2021
1 parent d17f673 commit 2c4ec93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gen-wasmtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ impl Generator for Wasmtime {
};
self.push_str(&format!(
"
/// Instantaites the provided `module` using the specified
/// Instantiates the provided `module` using the specified
/// parameters, wrapping up the result in a structure that
/// translates between wasm and the host.
///
Expand Down

0 comments on commit 2c4ec93

Please sign in to comment.