Skip to content

Commit

Permalink
Confusion between label and index.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jul 6, 2023
1 parent 810534d commit 8b60bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -847,7 +847,7 @@ \subsection{Combining Base Classes and Other Elements}\label{restriction-on-comb

It is not legal to combine equations, algorithms, components, non-empty base classes (see below), or protected elements with an extends from an array class, a class with non-empty \lstinline[language=grammar]!base-prefix!, a \firstuse{simple type} (\lstinline!Real!, \lstinline!Boolean!, \lstinline!Integer!, \lstinline!String! and enumeration types), or any class transitively extending from an array class, a class with non-empty \lstinline[language=grammar]!base-prefix!, or a simple type.

\begin{definition}[Empty class]\index{empty-class}
\begin{definition}[Empty class]\index{class!empty}\label{empty-class}
A class without equations, algorithms, or components, and where any base-classes are themselves empty.
\end{definition}

Expand Down

0 comments on commit 8b60bba

Please sign in to comment.