Skip to content

Commit 9794969

Browse files
authored
[basic.compound] Add comma to run-on sentence
1 parent ced2c38 commit 9794969

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
@@ -5499,7 +5499,7 @@
54995499
a pointer past the end of the last element of
55005500
an array \tcode{x} of $n$ elements
55015501
is considered to be equivalent to
5502-
a pointer to a hypothetical array element $n$ of \tcode{x} and
5502+
a pointer to a hypothetical array element $n$ of \tcode{x}, and
55035503
an object of type \tcode{T} that is not an array element
55045504
is considered to belong to an array with one element of type \tcode{T}.
55055505
The value representation of

0 commit comments

Comments
 (0)