Skip to content

Commit

Permalink
Fix small typo in validation->set_table (WebAssembly#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
gahaas authored and rossberg committed Jan 16, 2019
1 parent b70d03c commit 3115daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/valid/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Table Instructions
:math:`\TABLESET~x`
...................

* The local :math:`C.\CTABLES[x]` must be defined in the context.
* The table :math:`C.\CTABLES[x]` must be defined in the context.

* Let :math:`\limits~t` be the :ref:`table type <syntax-tabletype>` :math:`C.\CTABLES[x]`.

Expand Down

0 comments on commit 3115daa

Please sign in to comment.