Skip to content

Commit 3eb8c47

Browse files
authored
[basic.compound] Add comma to run-on sentence (#7348)
1 parent 95d491e commit 3eb8c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -5496,7 +5496,7 @@
54965496
a pointer past the end of the last element of
54975497
an array \tcode{x} of $n$ elements
54985498
is considered to be equivalent to
5499-
a pointer to a hypothetical array element $n$ of \tcode{x} and
5499+
a pointer to a hypothetical array element $n$ of \tcode{x}, and
55005500
an object of type \tcode{T} that is not an array element
55015501
is considered to belong to an array with one element of type \tcode{T}.
55025502
The value representation of

0 commit comments

Comments
 (0)