From 979496977d973c3e86e6fb684aec7f84ae381cd1 Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Wed, 23 Oct 2024 21:12:42 +0200 Subject: [PATCH] [basic.compound] Add comma to run-on sentence --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 9524265f81..f8d77e4ca9 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5499,7 +5499,7 @@ a pointer past the end of the last element of an array \tcode{x} of $n$ elements is considered to be equivalent to -a pointer to a hypothetical array element $n$ of \tcode{x} and +a pointer to a hypothetical array element $n$ of \tcode{x}, and an object of type \tcode{T} that is not an array element is considered to belong to an array with one element of type \tcode{T}. The value representation of