Skip to content

Commit b7c0d72

Browse files
committed
Fix word of power definitions as in N4744
Signed-off-by: Matthias Kretz <[email protected]>
1 parent 4a8d63b commit b7c0d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
\end{note}
2525

2626
\pnum
27-
An evaluation A is ordered before an evaluation B if A is
27+
An evaluation A is \defn{ordered before} an evaluation B if A is
2828
deterministically sequenced before B. \begin{note}If A is indeterminately
2929
sequenced with respect to B or A and B are unsequenced, then A is not ordered
3030
before B and B is not ordered before A. The ordered before relationship is
@@ -75,7 +75,7 @@
7575
\begin{note}\term{Horizontally matched} establishes a theoretical {\em lock-step} relationship between evaluations in different applications of an element access function.\end{note}
7676

7777
\pnum
78-
Let $f$ be a function called for each argument list in a sequence of argument lists. \defn{Wavefront application of f} requires that evaluation A\textsubscript{i} be sequenced before evaluation B\textsubscript{j} if i < j and:
78+
Let $f$ be a function called for each argument list in a sequence of argument lists. \defn{Wavefront application} of $f$ requires that evaluation A\textsubscript{i} be sequenced before evaluation B\textsubscript{j} if i < j and:
7979

8080
\begin{itemize}
8181
\item A\textsubscript{i} is sequenced before some evaluation B\textsubscript{i} and B\textsubscript{i} is horizontally matched with B\textsubscript{j}, or

0 commit comments

Comments
 (0)