Skip to content

Commit 75ec8d6

Browse files
CaseyCarterzygoloid
authored andcommitted
[mask.array.assign] Replace "it" with its antecedent (#4095)
Many nouns appear in this sentence before "it", _none_ of which is the proper antecedent.
1 parent 942e807 commit 75ec8d6

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
@@ -8718,7 +8718,7 @@
87188718
These assignment operators have reference semantics, assigning the values
87198719
of the argument array elements to selected elements of the
87208720
\tcode{valarray<T>}
8721-
object to which it refers.
8721+
object to which the \tcode{mask_array} object refers.
87228722
\end{itemdescr}
87238723

87248724
\rSec3[mask.array.comp.assign]{Compound assignment}

0 commit comments

Comments
 (0)