From dfcf3dd5c242c9f8a0b4176b1dd49efb3eabd829 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Mon, 19 Aug 2019 20:12:03 +0530 Subject: [PATCH] Minor grammatical correction --- lib/wasm/WebAssemblyGenerator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wasm/WebAssemblyGenerator.js b/lib/wasm/WebAssemblyGenerator.js index 1de52186fd6..dbee5bddfbf 100644 --- a/lib/wasm/WebAssemblyGenerator.js +++ b/lib/wasm/WebAssemblyGenerator.js @@ -213,7 +213,7 @@ const rewriteImportedGlobals = state => bin => { additionalInitCode.push( /** * get_global in global initializer only works for imported globals. - * They have the same indices than the init params, so use the + * They have the same indices as the init params, so use the * same index. */ t.instruction("get_local", [initialGlobalidx]),