diff --git a/chapters/arrays.tex b/chapters/arrays.tex index c4d69c5f0..ad75ebef2 100644 --- a/chapters/arrays.tex +++ b/chapters/arrays.tex @@ -53,8 +53,7 @@ \section{Array Declarations}\label{array-declarations} \item Subscripted using expressions of the appropriate type (i.e.\ \lstinline!Boolean! or the enumerated type). \item - Binding equations of the form \lstinline!x1 = x2! as well as declaration assignments of the form \lstinline!x1 := x2! are allowed for arrays independent of - whether the index types of dimensions are subtypes of \lstinline!Integer!, \lstinline!Boolean!, or enumeration types. + Binding equations of the form \lstinline!x1 = x2! are allowed for arrays independent of whether the index types of dimensions are subtypes of \lstinline!Integer!, \lstinline!Boolean!, or enumeration types. \end{itemize} % IMPROVETOP