Skip to content

Commit f35463a

Browse files
committed
[spec] Tweak wording to avoid first person
1 parent 550e79d commit f35463a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

document/core/syntax/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Conventions
106106

107107
* The meta variables :math:`x, y` range over indices in any of the other index spaces.
108108

109-
* The notation :math:`\F{idx}(A)` denotes the set of indices from index space :math:`\X{idx}` occurring free in :math:`A`. We sometimes reinterpret this set as the :ref:`vector <syntax-vec>` of its elements.
109+
* The notation :math:`\F{idx}(A)` denotes the set of indices from index space :math:`\X{idx}` occurring free in :math:`A`. Sometimes this set is reinterpreted as the :ref:`vector <syntax-vec>` of its elements.
110110

111111
.. note::
112112
For example, if :math:`\instr^\ast` is :math:`(\DATADROP~x) (\MEMORYINIT~y)`, then :math:`\freedataidx(\instr^\ast) = \{x, y\}`, or equivalently, the vector :math:`x~y`.

document/core/valid/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In addition to field access written :math:`C.\K{field}` the following notation i
7979
* :math:`C,\K{field}\,A^\ast` denotes the same context as :math:`C` but with the elements :math:`A^\ast` prepended to its :math:`\K{field}` component sequence.
8080

8181
.. note::
82-
We use :ref:`indexing notation <notation-index>` like :math:`C.\CLABELS[i]` to look up indices in their respective :ref:`index space <syntax-index>` in the context.
82+
:ref:`Indexing notation <notation-index>` like :math:`C.\CLABELS[i]` is used to look up indices in their respective :ref:`index space <syntax-index>` in the context.
8383
Context extension notation :math:`C,\K{field}\,A` is primarily used to locally extend *relative* index spaces, such as :ref:`label indices <syntax-labelidx>`.
8484
Accordingly, the notation is defined to append at the *front* of the respective sequence, introducing a new relative index :math:`0` and shifting the existing ones.
8585

document/core/valid/instructions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Reference Instructions
258258
Vector Instructions
259259
~~~~~~~~~~~~~~~~~~~
260260

261-
Vector instructions can have a prefix to describe the :ref:`shape <syntax-vec-shape>` of the operand. Packed numeric types, |I8| and |I16|, are not :ref:`value types <syntax-valtype>`. An auxiliary function maps such packed types to value types:
261+
Vector instructions can have a prefix to describe the :ref:`shape <syntax-vec-shape>` of the operand. Packed numeric types, |I8| and |I16|, are not :ref:`value types <syntax-valtype>`. An auxiliary function maps such packed type shapes to value types:
262262

263263
.. math::
264264
\begin{array}{lll@{\qquad}l}
@@ -268,7 +268,7 @@ Vector instructions can have a prefix to describe the :ref:`shape <syntax-vec-sh
268268
\end{array}
269269
270270
271-
We also define an auxiliary function to get number of packed numeric types in a |V128|, *dimension*:
271+
The following auxiliary function denotes the number of lanes in a vector shape, i.e., its *dimension*:
272272

273273
.. _aux-dim:
274274

0 commit comments

Comments
 (0)