Skip to content

Commit

Permalink
Introduced in modelica#3217
Browse files Browse the repository at this point in the history
Just typo.
  • Loading branch information
HansOlsson committed Sep 2, 2022
1 parent 5ede014 commit 50dbb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ \subsubsection{Single Assignment Rule Applied to When-Equations}\label{applicati
\begin{lstlisting}[language=modelica]
model WhenPriorityAlg
Boolean close; // Correct model: close defined by two when-statements!
algoritmh
algorithm
$\ldots$
when condition2 then
close := false;
Expand Down

0 comments on commit 50dbb7b

Please sign in to comment.