Skip to content

Commit 9c5257c

Browse files
authored
[dcl.inline] Add \keyword for inline (cplusplus#8708)
1 parent d12392d commit 9c5257c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
\end{note}
11241124

11251125
\pnum
1126-
The inline specifier indicates to
1126+
The \keyword{inline} specifier indicates to
11271127
the implementation that inline substitution of the function body at the
11281128
point of call is to be preferred to the usual function call mechanism.
11291129
An implementation is not required to perform this inline substitution at

0 commit comments

Comments
 (0)