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 ee8aa52 commit 7a7d123Copy full SHA for 7a7d123
source/utilities.tex
@@ -5159,7 +5159,7 @@
5159
\pnum
5160
An object of class \tcode{any} stores an instance of any type that satisfies the constructor requirements or it has no value,
5161
and this is referred to as the \defn{state} of the class \tcode{any} object.
5162
-The stored instance is called the \defnx{contained value}{contained value!\idxcode{any}},
+The stored instance is called the \defnx{contained value}{contained value!\idxcode{any}}.
5163
Two states are equivalent if either they both have no value, or both have a value and the contained values are equivalent.
5164
5165
0 commit comments