From be690a468d1aee92f8ec072d97decc45278b1529 Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Fri, 23 Sep 2022 02:19:56 +0200 Subject: [PATCH] Fix typo (#4946) --- examples/wasi/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/wasi/main.rs b/examples/wasi/main.rs index 9e34630b4b3a..8ffd98d7832c 100644 --- a/examples/wasi/main.rs +++ b/examples/wasi/main.rs @@ -1,5 +1,4 @@ -//! Example of instantiating of instantiating a wasm module which uses WASI -//! imports. +//! Example of instantiating a wasm module which uses WASI imports. /* You can execute this example with: