From a495418210b34534d76ca3b9ffb569438bd91e1a Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 14 Nov 2019 16:06:30 +0100 Subject: [PATCH] Correct minor typo in wasmtime.rs doc comment (#568) --- src/bin/wasmtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/wasmtime.rs b/src/bin/wasmtime.rs index 204bc05344..0539f3c322 100644 --- a/src/bin/wasmtime.rs +++ b/src/bin/wasmtime.rs @@ -2,7 +2,7 @@ //! crate. //! //! Reads Wasm binary files (one Wasm module per file), translates the functions' code to Cranelift -//! IL. Can also executes the `start` function of the module by laying out the memories, globals +//! IL. Can also execute the `start` function of the module by laying out the memories, globals //! and tables, then emitting the translated code with hardcoded addresses to memory. #![deny(