From b7b914fa0f040ec13aad25c5b1015bef50ffffba Mon Sep 17 00:00:00 2001 From: Vasili Novikov Date: Mon, 31 Oct 2022 13:44:19 +0100 Subject: [PATCH] Fix typo (#5157) --- docs/wasm-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wasm-rust.md b/docs/wasm-rust.md index fe57e28e1d..a216dcf74b 100644 --- a/docs/wasm-rust.md +++ b/docs/wasm-rust.md @@ -111,7 +111,7 @@ Hello, world! As a library crate one of your primary consumers may be other languages as well. You'll want to consult the [section of this book for using `wasmtime` from -Python`](./lang-python.md) and after running through the basics there you can +Python](./lang-python.md) and after running through the basics there you can execute our file in Python: ```sh