Skip to content

Commit a361e26

Browse files
committed
[basic.start.main] Don't use terminal font for comma separating a list of
keywords.
1 parent d60f77f commit a361e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,7 @@
24782478
The linkage~(\ref{basic.link}) of \tcode{main} is
24792479
\impldef{linkage of \tcode{main}}. A program that defines \tcode{main} as
24802480
deleted or that declares \tcode{main} to be
2481-
\tcode{inline,} \tcode{static}, or \tcode{constexpr} is ill-formed. The name \tcode{main} is
2481+
\tcode{inline}, \tcode{static}, or \tcode{constexpr} is ill-formed. The name \tcode{main} is
24822482
not otherwise reserved. \enterexample member functions, classes, and
24832483
enumerations can be called \tcode{main}, as can entities in other
24842484
namespaces. \exitexample

0 commit comments

Comments
 (0)