Skip to content

Commit 8c61159

Browse files
cassioneritkoeppe
authored andcommitted
[expected.general] Fix description of expected<T, E> (issue #6714.)
1 parent fa54f9e commit 8c61159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -6986,7 +6986,7 @@
69866986
Subclause \ref{expected} describes the class template \tcode{expected}
69876987
that represents expected objects.
69886988
An \tcode{expected<T, E>} object holds
6989-
an object of type \tcode{T} or an object of type \tcode{unexpected<E>} and
6989+
an object of type \tcode{T} or an object of type \tcode{E} and
69906990
manages the lifetime of the contained objects.
69916991

69926992
\rSec2[expected.syn]{Header \tcode{<expected>} synopsis}

0 commit comments

Comments
 (0)