Skip to content

Commit

Permalink
Merge pull request #477 from ShinWonho/main
Browse files Browse the repository at this point in the history
Minor changes on array.new_elem
  • Loading branch information
rossberg authored Nov 10, 2023
2 parents 7caf1e6 + b431866 commit 65752fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document/core/exec/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -827,13 +827,13 @@ Reference Instructions

8. If the sum of :math:`s` and :math:`n` is larger than the length of :math:`\eleminst.\EIELEM`, then:

a. Trap.
a. Trap.

9. Let :math:`\reff^\ast` be the :ref:`reference <syntax-ref>` sequence :math:`\eleminst.\EIELEM[s \slice n]`.

10. Push the references :math:`\reff^\ast` to the stack.

15. Execute the instruction :math:`(\ARRAYNEWFIXED~x~n)`.
11. Execute the instruction :math:`(\ARRAYNEWFIXED~x~n)`.

.. math::
~\\[-1ex]
Expand Down

0 comments on commit 65752fb

Please sign in to comment.