Skip to content

Commit 6e5dba3

Browse files
committedDec 7, 2018
[template.mask.array.overview] Fix nesting of parentheses; reflow source
1 parent 36998ea commit 6e5dba3

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed
 

‎source/numerics.tex

+4-11
Original file line numberDiff line numberDiff line change
@@ -8311,18 +8311,11 @@
83118311

83128312
\pnum
83138313
It has reference semantics to a subset of an array specified by a boolean mask.
8314-
Thus, the expression
8315-
\tcode{a[mask] = b;}
8314+
Thus, the expression \tcode{a[mask] = b;}
83168315
has the effect of assigning the elements of
8317-
\tcode{b}
8318-
to the masked
8319-
elements in
8320-
\tcode{a}
8321-
(those for which the corresponding element
8322-
in
8323-
\tcode{mask}
8324-
is
8325-
\tcode{true}.)
8316+
\tcode{b} to the masked elements in \tcode{a}
8317+
(those for which the corresponding element in
8318+
\tcode{mask} is \tcode{true}).
83268319

83278320
\rSec3[mask.array.assign]{Assignment}
83288321

0 commit comments

Comments
 (0)
Please sign in to comment.