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}.