@@ -173,7 +173,7 @@ Modules
173173
1741742. Let :math: `\export ^\ast ` be the :ref: `exports <syntax-export >` :math: `\module .\MEXPORTS `.
175175
176- 3. Assert: the length of :math: `\export ^\ast ` equals the length of :math: `\externtype ^\ast `.
176+ 3. Assert: the length of :math: `\export ^\ast ` equals the length of :math: `{ \externtype '} ^\ast `.
177177
1781784. For each :math: `\export _i` in :math: `\export ^\ast ` and corresponding :math: `\externtype '_i` in :math: `{\externtype '}^\ast `, do:
179179
@@ -335,7 +335,7 @@ Tables
335335
3363363. Let :math: `\X {ti}` be the :ref: `table instance <syntax-tableinst >` :math: `\store .\STABLES [\tableaddr ]`.
337337
338- 4. If :math: `i` is larger than or equal to the length if :math: `\X {ti}.\TIELEM `, then return :math: `\ERROR `.
338+ 4. If :math: `i` is larger than or equal to the length of :math: `\X {ti}.\TIELEM `, then return :math: `\ERROR `.
339339
3403405. Else, return :math: `\X {ti}.\TIELEM [i]`.
341341
@@ -357,7 +357,7 @@ Tables
357357
3583583. Let :math: `\X {ti}` be the :ref: `table instance <syntax-tableinst >` :math: `\store .\STABLES [\tableaddr ]`.
359359
360- 4. If :math: `i` is larger than or equal to the length if :math: `\X {ti}.\TIELEM `, then return :math: `\ERROR `.
360+ 4. If :math: `i` is larger than or equal to the length of :math: `\X {ti}.\TIELEM `, then return :math: `\ERROR `.
361361
3623625. Replace :math: `\X {ti}.\TIELEM [i]` with the optional :ref: `function address <syntax-funcaddr >` :math: `\X {fa}^?`.
363363
@@ -461,7 +461,7 @@ Memories
461461
4624623. Let :math: `\X {mi}` be the :ref: `memory instance <syntax-meminst >` :math: `\store .\SMEMS [\memaddr ]`.
463463
464- 4. If :math: `i` is larger than or equal to the length if :math: `\X {mi}.\MIDATA `, then return :math: `\ERROR `.
464+ 4. If :math: `i` is larger than or equal to the length of :math: `\X {mi}.\MIDATA `, then return :math: `\ERROR `.
465465
4664665. Else, return the :ref: `byte <syntax-byte >` :math: `\X {mi}.\MIDATA [i]`.
467467
@@ -483,7 +483,7 @@ Memories
483483
4844843. Let :math: `\X {mi}` be the :ref: `memory instance <syntax-meminst >` :math: `\store .\SMEMS [\memaddr ]`.
485485
486- 4. If :math: `i` is larger than or equal to the length if :math: `\X {mi}.\MIDATA `, then return :math: `\ERROR `.
486+ 4. If :math: `i` is larger than or equal to the length of :math: `\X {mi}.\MIDATA `, then return :math: `\ERROR `.
487487
4884885. Replace :math: `\X {mi}.\MIDATA [i]` with :math: `\byte `.
489489
0 commit comments