Skip to content

Commit 937fc7d

Browse files
committed
[spec] Eps
1 parent 62aa16e commit 937fc7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

document/core/appendix/embedding.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Failure of an interface operation is indicated by an auxiliary syntactic class:
3333

3434
.. math::
3535
\begin{array}{llll}
36-
\production{(error)} & \error &::=& \ERROR \\
36+
\production{error} & \error &::=& \ERROR \\
3737
\end{array}
3838
3939
In addition to the error conditions specified explicitly in this section, implementations may also return errors when specific :ref:`implementation limitations <impl>` are reached.

document/core/text/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ It is convenient to define identifier contexts as :ref:`records <notation-record
117117

118118
.. math::
119119
\begin{array}{llll}
120-
\production{(identifier context)} & I &::=&
120+
\production{identifier context} & I &::=&
121121
\begin{array}[t]{l@{~}ll}
122122
\{ & \ITYPES & (\Tid^?)^\ast, \\
123123
& \IFUNCS & (\Tid^?)^\ast, \\

document/core/valid/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ More concretely, contexts are defined as :ref:`records <notation-record>` :math:
5454

5555
.. math::
5656
\begin{array}{llll}
57-
\production{(context)} & C &::=&
57+
\production{context} & C &::=&
5858
\begin{array}[t]{l@{~}ll}
5959
\{ & \CTYPES & \functype^\ast, \\
6060
& \CFUNCS & \functype^\ast, \\

0 commit comments

Comments
 (0)