From 8ffd2700d49c2440381fb2629d2db5b6b8ce783b Mon Sep 17 00:00:00 2001 From: Jan Schultke Date: Thu, 10 Sep 2026 09:45:31 +0200 Subject: [PATCH] [dcl.array] Use "sequence" instead of "set" when discussing array elements --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index d3821debca..7c56693f24 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -3588,7 +3588,7 @@ \pnum An object of type ``array of \tcode{N} \tcode{U}'' consists of -a contiguously allocated non-empty set +a contiguously allocated non-empty sequence of \tcode{N} subobjects of type \tcode{U}, known as the \defnx{elements}{array!element} of the array, and numbered \tcode{0} to \tcode{N-1}.