Skip to content

Commit f3c4126

Browse files
authored
Merge pull request WebAssembly#556 from osa1/name_subsection_ids
Fix name subsection ids
2 parents 706fbf8 + 3eb5061 commit f3c4126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/appendix/custom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ It consists of a :ref:`name map <binary-namemap>` assigning type names to :ref:`
159159
.. math::
160160
\begin{array}{llclll}
161161
\production{type name subsection} & \Btypenamesubsec &::=&
162-
\Bnamesubsection_1(\Bnamemap) \\
162+
\Bnamesubsection_4(\Bnamemap) \\
163163
\end{array}
164164
165165
@@ -175,5 +175,5 @@ It consists of an :ref:`indirect name map <binary-indirectnamemap>` assigning fi
175175
.. math::
176176
\begin{array}{llclll}
177177
\production{field name subsection} & \Bfieldnamesubsec &::=&
178-
\Bnamesubsection_2(\Bindirectnamemap) \\
178+
\Bnamesubsection_10(\Bindirectnamemap) \\
179179
\end{array}

0 commit comments

Comments
 (0)