From 4ccd3aaf1142cfe9e9b337a70011f534305fd60c Mon Sep 17 00:00:00 2001 From: Michael Stewart Date: Wed, 3 Apr 2019 08:53:11 -0400 Subject: [PATCH] corrected misspelling in feature table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10105ba..560fb68 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The following table shows the status of future WebAssembly features required by | Feature | V8 | SpiderMonkey | WABT | | ----------------------- | ------ | ------------ | ------ | -| [floar-to-int][1] | yes | yes | yes | +| [float-to-int][1] | yes | yes | yes | | [Sign-extension][2] | yes | yes | yes | | [Multi-value][3] | yes | - | yes | | [Reference Types][4] | yes | yes | - |