Skip to content

Commit c58b767

Browse files
[any.class.general] Replace "instance" with "object"
1 parent 9a26bfc commit c58b767

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
@@ -7137,9 +7137,9 @@
71377137
\end{codeblock}
71387138

71397139
\pnum
7140-
An object of class \tcode{any} stores an instance of any type that meets the constructor requirements or it has no value,
7140+
An object of class \tcode{any} stores an object of any type that meets the constructor requirements or it has no value,
71417141
and this is referred to as the \defn{state} of the class \tcode{any} object.
7142-
The stored instance is called the \defnx{contained value}{contained value!\idxcode{any}}.
7142+
The stored object is called the \defnx{contained value}{contained value!\idxcode{any}}.
71437143
Two states are equivalent if either they both have no value, or they both have a value and the contained values are equivalent.
71447144

71457145
\pnum

0 commit comments

Comments
 (0)