Skip to content

Commit fec48d5

Browse files
Eeliszygoloid
authored andcommitted
[valarray.access] 'evaluates as' -> 'evaluates to'. (#1337)
1 parent b79c419 commit fec48d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7010,7 +7010,7 @@
70107010
A reference to the corresponding element of the array.
70117011
\begin{note}
70127012
The expression \tcode{(a[i] = q, a[i]) == q}
7013-
evaluates as \tcode{true} for any non-constant \tcode{valarray<T> a},
7013+
evaluates to \tcode{true} for any non-constant \tcode{valarray<T> a},
70147014
any \tcode{T q}, and for any \tcode{size_t i}
70157015
such that the value of \tcode{i} is less than the length of \tcode{a}.
70167016
\end{note}

0 commit comments

Comments
 (0)