From b86cba98a975bfd5823916fa46fde81307db3b38 Mon Sep 17 00:00:00 2001 From: Daniel Marin <60114322+danielmarinq@users.noreply.github.com> Date: Mon, 16 Jan 2023 18:02:23 -0800 Subject: [PATCH] fixed typo in examples/memory.rs (#5576) --- examples/memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/memory.rs b/examples/memory.rs index 93c712cf13..5d57a73217 100644 --- a/examples/memory.rs +++ b/examples/memory.rs @@ -4,7 +4,7 @@ //! read and write memory through the `Memory` object, and how wasm functions //! can trap when dealing with out-of-bounds addresses. -// You can execute this example with `cargo run --example example` +// You can execute this example with `cargo run --example memory` use anyhow::Result; use wasmtime::*;