Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusion between label and index. #3393

Merged
merged 2 commits into from Aug 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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}
HansOlsson marked this conversation as resolved.
Show resolved Hide resolved
A class without equations, algorithms, or components, and where any base-classes are themselves empty.
\end{definition}

Expand Down