From 4fb47e900561cbb7de4cd3345cd7497e6632a55f Mon Sep 17 00:00:00 2001 From: wenyongh Date: Fri, 17 May 2019 20:58:57 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6077c5332..4ba327e8b 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ WAMR can be built into a standalone executable which takes the WASM application -A typical WAMR API usage is shown below (some return values checking are ignored): +A typical WAMR API usage is shown below (some return value checks are ignored): ``` C static char global_heap_buf[512 * 1024];