From c304b80039bd484f4c67f2314417d962941b03b0 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Tue, 14 Jul 2020 22:46:41 +0200 Subject: [PATCH] Replace en-dash by comma before 'and' --- chapters/classes.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chapters/classes.tex b/chapters/classes.tex index 222b1fc9b..e8c050ee6 100644 --- a/chapters/classes.tex +++ b/chapters/classes.tex @@ -1077,9 +1077,7 @@ \section{Balanced Models}\doublelabel{balanced-models} A component declared with the \lstinline!inner! or \lstinline!outer! prefix shall not be of a class having top-level public connectors containing inputs. \item - In a declaration of a component of a record, connector, or simple - type, modifiers can be applied to any element -- and these are also - considered for the equation count. + In a declaration of a component of a record, connector, or simple type, modifiers can be applied to any element, and these are also considered for the equation count. \begin{example} \begin{lstlisting}[language=modelica] Flange support(phi=phi, tau=torque1+torque2) if use_support;