Skip to content

Commit

Permalink
Shorten heading and put redundant part last
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jan 25, 2022
1 parent fb2182c commit 2c88cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapters/arrays.tex
Expand Up @@ -1010,7 +1010,7 @@ \section{Indexing}\label{array-indexing}\label{indexing}
\end{center}
\end{table}

\subsection{Indexing with Boolean or Enumeration Values}\label{indexing-with-boolean-or-enumeration-values}
\subsection{Boolean or Enumeration Indices}\label{boolean-or-enumeration-indices}

Arrays can be indexed using values of enumeration types or the \lstinline!Boolean! type, not only by \lstinline!Integer!. The type of the index should correspond to
the type used for declaring the dimension of the array.
Expand Down
2 changes: 1 addition & 1 deletion chapters/revisions.tex
Expand Up @@ -977,7 +977,7 @@ \subsection{Main Changes in Modelica 3.3 Revision 1}\label{main-changes-in-model
\cref{array-constructor-with-iterators}. Ticket
\href{https://github.com/modelica/ModelicaSpecification/issues/1521}{\#1521}.
\item
Clarified arrays with non-\lstinline!Integer! dimensions, \cref{indexing-with-boolean-or-enumeration-values}.
Clarified arrays with non-\lstinline!Integer! dimensions, \cref{boolean-or-enumeration-indices}.
Ticket \href{https://github.com/modelica/ModelicaSpecification/issues/1463}{\#1463}.
\item
Clarified calling function as specialized class, \cref{function-as-a-specialized-class}. Ticket
Expand Down

0 comments on commit 2c88cc1

Please sign in to comment.