Skip to content

Commit 15b7ea6

Browse files
authored
[basic.start.main] fix definite article (#7121)
1 parent 07c20b7 commit 15b7ea6

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
@@ -6784,7 +6784,7 @@
67846784
\tcode{argv[0]} through \tcode{argv[argc-1]} as pointers to the initial
67856785
characters of null-terminated multibyte strings (\ntmbs{}s)\iref{multibyte.strings}
67866786
and \tcode{argv[0]} shall be the pointer to
6787-
the initial character of a \ntmbs{} that represents the name used to
6787+
the initial character of an \ntmbs{} that represents the name used to
67886788
invoke the program or \tcode{""}. The value of \tcode{argc} shall be
67896789
non-negative. The value of \tcode{argv[argc]} shall be 0.
67906790

0 commit comments

Comments
 (0)