File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7137
7137
\end {codeblock }
7138
7138
7139
7139
\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,
7141
7141
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}}.
7143
7143
Two states are equivalent if either they both have no value, or they both have a value and the contained values are equivalent.
7144
7144
7145
7145
\pnum
You can’t perform that action at this time.
0 commit comments