Skip to content

Commit

Permalink
Merge pull request #9597 from jamesgeorge007/feat/grammar
Browse files Browse the repository at this point in the history
chore: Minor grammatical correction
  • Loading branch information
sokra committed Aug 19, 2019
2 parents 3675f64 + dfcf3dd commit 05734f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wasm/WebAssemblyGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 05734f9

Please sign in to comment.