Skip to content

Commit

Permalink
Merge pull request #107 from takikawa/table-binary-formatting
Browse files Browse the repository at this point in the history
Fix formatting in the spec binary section for table initializers
  • Loading branch information
rossberg authored Oct 26, 2023
2 parents 0118f2d + 32b1643 commit 40f820b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/binary/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ It decodes into a vector of :ref:`tables <syntax-table>` that represent the |MTA
\production{table} & \Btable &::=&
\X{tt}{:}\Btabletype
&\Rightarrow& \{ \TTYPE~\X{tt}, \TINIT~(\REFNULL~\X{ht}) \}
\qquad \iff \X{tt} = \limits~(\REF~\NULL^?~\X{ht}) \\
\qquad \iff \X{tt} = \limits~(\REF~\NULL^?~\X{ht}) \\ &&|&
\hex{40}~~\hex{00}~~\X{tt}{:}\Btabletype~~e{:}\Bexpr
&\Rightarrow& \{ \TTYPE~\X{tt}, \TINIT~e \} \\
\end{array}
Expand Down

0 comments on commit 40f820b

Please sign in to comment.