From f36ceac010cea21fcf6aab96aec4924349e229f7 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Thu, 15 Oct 2020 11:31:04 -0700 Subject: [PATCH] Fix typo --- crates/wasmtime/src/module.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.