Skip to content

Commit

Permalink
Drop space around ':'
Browse files Browse the repository at this point in the history
According to Hans' suggestion.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed May 12, 2022
1 parent 7d68750 commit 6551324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Expand Up @@ -140,7 +140,7 @@ \subsubsection{Implicit Iteration Ranges of For-Equations}\label{implicit-iterat
\begin{lstlisting}[language=modelica]
Real x[n], y[n];
equation
for i loop // Same as: for i in 1 : size(x, 1) loop
for i loop // Same as: for i in 1:size(x, 1) loop
x[i] = 2 * y[i];
end for;
\end{lstlisting}
Expand Down

0 comments on commit 6551324

Please sign in to comment.