diff --git a/README.md b/README.md index 6077c533..4ba327e8 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];