diff --git a/crates/wasmtime/src/module.rs b/crates/wasmtime/src/module.rs index e51b3bc988..89c4c12886 100644 --- a/crates/wasmtime/src/module.rs +++ b/crates/wasmtime/src/module.rs @@ -299,7 +299,7 @@ impl Module { Ok(buffer) } - /// Deserializes and creates a module from the compilatio nartifacts. + /// Deserializes and creates a module from the compilation artifacts. /// The `serialize` saves the compilation artifacts along with the host /// fingerprint, which consists of target, compiler flags, and wasmtime /// package version.