We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe97aa commit 3a94659Copy full SHA for 3a94659
chapters/operatorsandexpressions.tex
@@ -434,7 +434,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
434
Argument $v$ needs to be an \lstinline!Integer! or \lstinline!Real! expression.
435
\end{semantics}
436
\begin{nonnormative}
437
-The reason this does not generate events is that in many cases that would introduced more problems than the event solves.
+The reason this does not generate events is that in many cases that would introduce more problems than the event would solve.
438
A typical case is a flow equation of the form \lstinline!abs(x)*x=y!.
439
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.
440
0 commit comments