Skip to content

Commit 89a4af4

Browse files
committed
[structure.requirements] Add missing \tcode
1 parent 70bd5d8 commit 89a4af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433

434434
\pnum
435435
Interface convention requirements are stated as generally as possible. Instead
436-
of stating ``class X has to define a member function \tcode{operator++()}'', the
436+
of stating ``class \tcode{X} has to define a member function \tcode{operator++()}'', the
437437
interface requires ``for any object \tcode{x} of class \tcode{X}, \tcode{++x} is
438438
defined''. That is, whether the operator is a member is unspecified.
439439

0 commit comments

Comments
 (0)