Skip to content

Commit

Permalink
Sentence-based line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 6, 2023
1 parent 78b4b24 commit dd70402
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,7 @@ \subsection{Short Class Definitions}\label{short-class-definitions}
\begin{lstlisting}[language=modelica]
class IDENT1 = type-specifier class-modification;
\end{lstlisting}
is identical, except that \lstinline!type-specifier! (the base-class) may be replaceable and for the lexical
scope of modifiers, where the short class definition does not introduce
an additional lexical scope for modifiers, to the longer form
is identical, except that \lstinline!type-specifier! (the base-class) may be replaceable and for the lexical scope of modifiers, where the short class definition does not introduce an additional lexical scope for modifiers, to the longer form
\begin{lstlisting}[language=modelica]
class IDENT1
extends type-specifier class-modification;
Expand Down

0 comments on commit dd70402

Please sign in to comment.