Skip to content

Commit

Permalink
Say: 'It violates the...'
Browse files Browse the repository at this point in the history
Addressing comment by Elena:
modelica#2907 (review)
  • Loading branch information
henrikt-ma committed May 11, 2021
1 parent 3a4b02c commit 1baabf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,8 @@ \section{Variability of Expressions}\label{variability-of-expressions}
/* The equation below can be rejected for two reasons:
* 1. Discrete-valued equation variability rule requires both sides to be
* discrete-time.
* 2. Violates perfect matching rule, as no variable can be solved with
* correct variability using this equation.
* 2. It violates the perfect matching rule, as no variable can be solved
* with correct variability using this equation.
*/
b2 = noEvent(x > 1); // Error, see above.
i2 = x; // No variability error, and can be matched to x.
Expand Down

0 comments on commit 1baabf5

Please sign in to comment.