Skip to content

Commit

Permalink
[any.class] Revert dot to comma typo from bdff868 (cplusplus#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP authored and Aaron Ballman committed Nov 15, 2017
1 parent 98abd23 commit 04d4711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5159,7 +5159,7 @@
\pnum
An object of class \tcode{any} stores an instance of any type that satisfies the constructor requirements or it has no value,
and this is referred to as the \defn{state} of the class \tcode{any} object.
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}}.
Two states are equivalent if either they both have no value, or both have a value and the contained values are equivalent.

\pnum
Expand Down

0 comments on commit 04d4711

Please sign in to comment.