Skip to content

Commit 7a7d123

Browse files
JohelEGPtkoeppe
authored andcommitted
[any.class] Revert dot to comma typo from bdff868 (#1795)
1 parent ee8aa52 commit 7a7d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5159,7 +5159,7 @@
51595159
\pnum
51605160
An object of class \tcode{any} stores an instance of any type that satisfies the constructor requirements or it has no value,
51615161
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}},
5162+
The stored instance is called the \defnx{contained value}{contained value!\idxcode{any}}.
51635163
Two states are equivalent if either they both have no value, or both have a value and the contained values are equivalent.
51645164

51655165
\pnum

0 commit comments

Comments
 (0)