Skip to content

Commit e86af2d

Browse files
authored
[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 cd3bd6e commit e86af2d

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
@@ -8710,7 +8710,7 @@
87108710
These assignment operators have reference semantics, assigning the values
87118711
of the argument array elements to selected elements of the
87128712
\tcode{valarray<T>}
8713-
object to which it refers.
8713+
object to which the \tcode{mask_array} object refers.
87148714
\end{itemdescr}
87158715

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

0 commit comments

Comments
 (0)