Skip to content

Commit

Permalink
[spec] Fix typo (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galaxtone authored and rossberg committed May 6, 2019
1 parent 6281d0d commit 6172038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/appendix/implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ An implementation may impose restrictions on the following dimensions of a modul
* the number of :ref:`element segments <syntax-elem>` in a :ref:`module <syntax-module>`
* the number of :ref:`data segments <syntax-data>` in a :ref:`module <syntax-module>`
* the number of :ref:`imports <syntax-import>` to a :ref:`module <syntax-module>`
* the number of :ref:`exports <syntax-export>` form a :ref:`module <syntax-module>`
* the number of :ref:`exports <syntax-export>` from a :ref:`module <syntax-module>`
* the number of parameters in a :ref:`function type <syntax-functype>`
* the number of results in a :ref:`function type <syntax-functype>`
* the number of :ref:`locals <syntax-local>` in a :ref:`function <syntax-func>`
Expand Down

0 comments on commit 6172038

Please sign in to comment.