diff --git a/source/basic.tex b/source/basic.tex index 96e289ef2f..36e89c546a 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -7475,7 +7475,7 @@ double d2 = d1; double d1 = fd(); \end{codeblock} -Both \tcode{d1} and \tcode {d2} can be initialized +Both \tcode{d1} and \tcode{d2} can be initialized either statically or dynamically. If \tcode{d1} is initialized statically and \tcode{d2} dynamically, both variables are initialized to \tcode{1.0}; diff --git a/source/containers.tex b/source/containers.tex index 43b115ed61..e641eb6a07 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -23428,7 +23428,7 @@ \item the empty parameter pack, if \exposid{rank_} equals zero; \item -\tcode otherwise, \tcode{0zu}, if \exposid{rank_} equals one; +otherwise, \tcode{0zu}, if \exposid{rank_} equals one; \item otherwise, the parameter pack \tcode{0zu}, \tcode{1zu}, \ldots, \tcode{\exposid{rank_}- 1}. \end{itemize} @@ -24075,7 +24075,7 @@ \item the empty parameter pack, if \exposid{rank_} equals zero; \item -\tcode otherwise, \tcode{0zu}, if \exposid{rank_} equals one; +otherwise, \tcode{0zu}, if \exposid{rank_} equals one; \item otherwise, the parameter pack \tcode{0zu}, \tcode{1zu}, \ldots, \tcode{\exposid{rank_}- 1}. \end{itemize} diff --git a/source/numerics.tex b/source/numerics.tex index 6e9f66475b..e3a90bc456 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -17490,17 +17490,17 @@ \end{itemize} \pnum -If \tcode V is a specialization of \tcode{basic_vec}, let \tcode{Abi1} denote +If \tcode{V} is a specialization of \tcode{basic_vec}, let \tcode{Abi1} denote an ABI tag such that \tcode{basic_vec::\brk{}size()} equals \tcode{V::size()}. -If \tcode V is a specialization of \tcode{basic_mask}, let \tcode{Abi1} +If \tcode{V} is a specialization of \tcode{basic_mask}, let \tcode{Abi1} denote an ABI tag such that \tcode{basic_mask::\brk{}size()} equals \tcode{V::size()}. \pnum Where present, the member typedef \tcode{type} names \tcode{basic_vec} -if \tcode V is a specialization of \tcode{basic_vec} or -\tcode{basic_mask} if \tcode V is a specialization of +if \tcode{V} is a specialization of \tcode{basic_vec} or +\tcode{basic_mask} if \tcode{V} is a specialization of \tcode{basic_mask}. \end{itemdescr}