Skip to content

Commit 8dd2af4

Browse files
committed
Replace incorrect \keyword with \tcode
1 parent 75dea8c commit 8dd2af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
If a program invokes
323323
a defaulted copy/move constructor or copy/move assignment operator
324324
for a union of type \tcode{U} with a glvalue argument
325-
that does not denote an object of type \cv{}~\keyword{U} within its lifetime,
325+
that does not denote an object of type \cv{}~\tcode{U} within its lifetime,
326326
the behavior is undefined.
327327
\begin{note}
328328
In C, an entire object of structure type can be accessed, e.g., using assignment.

0 commit comments

Comments
 (0)