Skip to content

Commit

Permalink
Add missing plural 's'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Feb 16, 2021
1 parent c46ed86 commit 4357251
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chapters/arrays.tex
Expand Up @@ -42,8 +42,9 @@ \section{Array Declarations}\label{array-declarations}
\lstinline!C! is a placeholder for any class, including the built-in type classes \lstinline!Real!, \lstinline!Integer!, \lstinline!Boolean!, \lstinline!String!, and enumeration types.
The type of a dimension upper bound expression, e.g.\ $n$, $m$, $p$, \ldots in the table below, need to be a subtype of \lstinline!Integer! or \lstinline!EB! for a class \lstinline!EB! that is an enumeration type or subtype of the \lstinline!Boolean! type.

Colon (\lstinline!:!) indicates that the dimension upper bound is unknown and is a subtype of \lstinline!Integer!. The size of such a variable can be determined from its binding equation, or the
size of any of its array attributes, see also \cref{flexible-array-sizes-and-resizing-of-arrays-in-functions}. The size cannot be determined from other equations or algorithm.
Colon (\lstinline!:!) indicates that the dimension upper bound is unknown and is a subtype of \lstinline!Integer!.
The size of such a variable can be determined from its binding equation, or the size of any of its array attributes, see also \cref{flexible-array-sizes-and-resizing-of-arrays-in-functions}.
The size cannot be determined from other equations or algorithms.

Upper and lower array dimension index bounds are described in \cref{array-dimension-lower-and-upper-index-bounds}.

Expand Down

0 comments on commit 4357251

Please sign in to comment.