Skip to content

Commit

Permalink
Remove stray space in listing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Apr 14, 2021
1 parent 30ee496 commit c5caa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/inheritance.tex
Expand Up @@ -476,7 +476,7 @@ \subsection{Modifiers for Array Elements}\label{modifiers-for-array-elements}
\begin{example}
\begin{lstlisting}[language=modelica]
model C
parameter Real a [3];
parameter Real a[3];
parameter Real d;
end C;

Expand Down

0 comments on commit c5caa1f

Please sign in to comment.