Skip to content

Commit 1e1efe8

Browse files
authored
[optional.optional.ref.general] Use "object of type optional<T&>" correctly
1 parent e977097 commit 1e1efe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4517,10 +4517,10 @@
45174517
\end{codeblock}
45184518

45194519
\pnum
4520-
An object of \tcode{optional<T\&>}
4520+
An object of type \tcode{optional<T\&>}
45214521
\defnx{contains a value}{contains a value!\idxcode{optional.ref}}
45224522
if and only if \tcode{\exposidnc{val} != nullptr} is \tcode{true}.
4523-
When an \tcode{optional<T\&>} contains a value,
4523+
When object of type \tcode{optional<T\&>} contains a value,
45244524
the \defnx{contained value}{contained value!\idxcode{optional.ref}}
45254525
is a reference to \tcode{*\exposid{val}}.
45264526

0 commit comments

Comments
 (0)