Skip to content

Commit

Permalink
Minor improvement of 'itemize' source readability
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jul 6, 2020
1 parent 1e62d0e commit 9747fbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chapters/equations.tex
Expand Up @@ -358,7 +358,8 @@ \subsubsection{Application of the Single-assignment Rule to When-Equations}\doub
The Modelica single-assignment rule (\autoref{synchronous-data-flow-principle-and-single-assignment-rule}) has implications for
when-equations:
\begin{itemize}
\item Two when-equations may \emph{not} define the same variable.
\item
Two when-equations may \emph{not} define the same variable.

\begin{nonnormative}
Without this rule this may actually happen for the erroneous
Expand Down Expand Up @@ -388,7 +389,8 @@ \subsubsection{Application of the Single-assignment Rule to When-Equations}\doub
below or using the statement version of the when-construct, see \autoref{when-statements}.
\end{nonnormative}

\item When-equations involving elsewhen-parts can be used to resolve
\item
When-equations involving elsewhen-parts can be used to resolve
assignment conflicts since the first of the when/elsewhen parts are
given higher priority than later ones:
\begin{nonnormative}
Expand Down

0 comments on commit 9747fbb

Please sign in to comment.