We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa54f9e commit 8c61159Copy full SHA for 8c61159
source/utilities.tex
@@ -6986,7 +6986,7 @@
6986
Subclause \ref{expected} describes the class template \tcode{expected}
6987
that represents expected objects.
6988
An \tcode{expected<T, E>} object holds
6989
-an object of type \tcode{T} or an object of type \tcode{unexpected<E>} and
+an object of type \tcode{T} or an object of type \tcode{E} and
6990
manages the lifetime of the contained objects.
6991
6992
\rSec2[expected.syn]{Header \tcode{<expected>} synopsis}
0 commit comments