From 0e3dcaeb6e95e91114015942afee7ad7f55e767f Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Tue, 31 Dec 2019 20:26:02 +0200 Subject: [PATCH] typo (#752) --- docs/WASI-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WASI-tutorial.md b/docs/WASI-tutorial.md index 762062d808..874a88928e 100644 --- a/docs/WASI-tutorial.md +++ b/docs/WASI-tutorial.md @@ -290,7 +290,7 @@ First, create a new `demo.wat` file: (i32.const 1) ;; iovs_len - We're printing 1 string stored in an iov - so one. (i32.const 20) ;; nwritten - A place in memory to store the number of bytes written ) - drop ;; Discard the number of bytes written from the top the stack + drop ;; Discard the number of bytes written from the top of the stack ) ) ```