diff --git a/chapters/classes.tex b/chapters/classes.tex index 6e2d0d64f..e39263c9b 100644 --- a/chapters/classes.tex +++ b/chapters/classes.tex @@ -1695,14 +1695,14 @@ \subsubsection{StateSelect}\label{stateselect} \begin{lstlisting}[language=modelica] type StateSelect = enumeration( never "Do not use as state at all.", - avoid "Use as state, if it cannot be avoided (but only if variable appears - differentiated and no other potential state with attribute - default, prefer, or always can be selected).", - default "Use as state if appropriate, but only if variable appears - differentiated.", - prefer "Prefer it as state over those having the default value - (also variables can be selected, which do not appear - differentiated).", + avoid "Use as state, if it cannot be avoided (but only if variable appears " + + "differentiated and no other potential state with attribute " + + "default, prefer, or always can be selected).", + default "Use as state if appropriate, but only if variable appears " + + "differentiated.", + prefer "Prefer it as state over those having the default value " + + "(also variables can be selected, which do not appear " + + "differentiated).", always "Do use it as a state." ); \end{lstlisting}