diff --git a/chapters/operatorsandexpressions.tex b/chapters/operatorsandexpressions.tex index f3103d76e..4efd714c1 100644 --- a/chapters/operatorsandexpressions.tex +++ b/chapters/operatorsandexpressions.tex @@ -434,7 +434,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions- Argument $v$ needs to be an \lstinline!Integer! or \lstinline!Real! expression. \end{semantics} \begin{nonnormative} -The reason this does not generate events is that in many cases that introduced more problems than it solves. +The reason this does not generate events is that in many cases that would introduced more problems than the event solves. A typical case is a flow equation of the form \lstinline!abs(x)*x=y!. If we have to solve for \lstinline!x! and had events for \lstinline!abs(x)! we would not find a solution if \lstinline!y! passes through zero.