Skip to content

Commit 33316c9

Browse files
Eelistkoeppe
authored andcommitted
[basic.start.main] Remove space before plural 's'. (#1596)
1 parent 625a505 commit 33316c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,8 +2470,8 @@
24702470
program is run. If
24712471
\tcode{argc} is nonzero these arguments shall be supplied in
24722472
\tcode{argv[0]} through \tcode{argv[argc-1]} as pointers to the initial
2473-
characters of null-terminated multibyte strings (\ntmbs
2474-
s)~(\ref{multibyte.strings}) and \tcode{argv[0]} shall be the pointer to
2473+
characters of null-terminated multibyte strings (\ntmbs{}s)~(\ref{multibyte.strings})
2474+
and \tcode{argv[0]} shall be the pointer to
24752475
the initial character of a \ntmbs that represents the name used to
24762476
invoke the program or \tcode{""}. The value of \tcode{argc} shall be
24772477
non-negative. The value of \tcode{argv[argc]} shall be 0. \begin{note} It

0 commit comments

Comments
 (0)