Skip to content

Commit

Permalink
Add missing \lstinline and say "prefix" instead of "keyword"
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 4, 2021
1 parent 4234591 commit c391e1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chapters/classes.tex
Expand Up @@ -666,9 +666,7 @@ \subsection{Short Class Definitions}\label{short-class-definitions}
\end{lstlisting}
\end{example}

If a short class definition inherits from a partial class the new class
definition will be partial, regardless of whether it is declared with
the keyword partial or not.
If a short class definition inherits from a partial class the new class definition will be partial, regardless of whether it is declared with the prefix \lstinline!partial! or not.

\begin{example}
\begin{lstlisting}[language=modelica]
Expand Down

0 comments on commit c391e1e

Please sign in to comment.