Skip to content

Commit 9a26bfc

Browse files
[variant.variant.general] Replace "instance" with "object"
1 parent e977097 commit 9a26bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5723,9 +5723,9 @@
57235723
\end{codeblock}
57245724

57255725
\pnum
5726-
Any instance of \tcode{variant} at any given time either holds a value
5726+
Any object of \tcode{variant} at any given time either holds a value
57275727
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},
5728+
When an object of \tcode{variant} holds a value of alternative type \tcode{T},
57295729
it means that a value of type \tcode{T}, referred to as the \tcode{variant}
57305730
object's \defnx{contained value}{contained value!\idxcode{variant}},
57315731
is nested within\iref{intro.object} the

0 commit comments

Comments
 (0)