Skip to content

Commit

Permalink
Merge pull request #556 from osa1/name_subsection_ids
Browse files Browse the repository at this point in the history
Fix name subsection ids
  • Loading branch information
rossberg authored Aug 28, 2024
2 parents 706fbf8 + 3eb5061 commit f3c4126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document/core/appendix/custom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ It consists of a :ref:`name map <binary-namemap>` assigning type names to :ref:`
.. math::
\begin{array}{llclll}
\production{type name subsection} & \Btypenamesubsec &::=&
\Bnamesubsection_1(\Bnamemap) \\
\Bnamesubsection_4(\Bnamemap) \\
\end{array}
Expand All @@ -175,5 +175,5 @@ It consists of an :ref:`indirect name map <binary-indirectnamemap>` assigning fi
.. math::
\begin{array}{llclll}
\production{field name subsection} & \Bfieldnamesubsec &::=&
\Bnamesubsection_2(\Bindirectnamemap) \\
\Bnamesubsection_10(\Bindirectnamemap) \\
\end{array}

0 comments on commit f3c4126

Please sign in to comment.