We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e977097 commit 9a26bfcCopy full SHA for 9a26bfc
source/utilities.tex
@@ -5723,9 +5723,9 @@
5723
\end{codeblock}
5724
5725
\pnum
5726
-Any instance of \tcode{variant} at any given time either holds a value
+Any object of \tcode{variant} at any given time either holds a value
5727
of one of its alternative types or holds no value.
5728
-When an instance of \tcode{variant} holds a value of alternative type \tcode{T},
+When an object of \tcode{variant} holds a value of alternative type \tcode{T},
5729
it means that a value of type \tcode{T}, referred to as the \tcode{variant}
5730
object's \defnx{contained value}{contained value!\idxcode{variant}},
5731
is nested within\iref{intro.object} the
0 commit comments