From ca938f3634f90d40b6eee877ba07057ca2e20b3a Mon Sep 17 00:00:00 2001 From: yjsungo <68210713+yjsungo@users.noreply.github.com> Date: Mon, 13 Jul 2020 11:10:46 +0800 Subject: [PATCH] Fix one typo in README.md (#309) Signed-off-by: yijin.syj Co-authored-by: yijin.syj --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1163f49ad..28045e26b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ iwasm VM core - [Non-trapping float-to-int conversions](https://github.com/WebAssembly/nontrapping-float-to-int-conversions) - [Sign-extension operators](https://github.com/WebAssembly/sign-extension-ops) - [Bulk memory operations](https://github.com/WebAssembly/bulk-memory-operations) -- [Shared memmory](https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md#shared-linear-memory) +- [Shared memory](https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md#shared-linear-memory) - [Multi-value](https://github.com/WebAssembly/multi-value) ### Performance and memory usage