From b7814240538b22596f75668c6a2d9585d0d7082c Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Mon, 27 Jul 2020 16:15:21 -0700 Subject: [PATCH] [mask.array.comp.assign] Clarify "mask object" We don't refer to an instance of a specialization of `mask_array` as a "mask object" elsewhere, but we do use the phrase "`mask_array` object." --- source/numerics.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/numerics.tex b/source/numerics.tex index 46f4366f70..296c93f56a 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -8744,7 +8744,7 @@ indicated operation to the elements of the argument array and selected elements of the \tcode{valarray} -object to which the mask object refers. +object to which the \tcode{mask_array} object refers. \end{itemdescr} \rSec3[mask.array.fill]{Fill function}