Skip to content

Commit 3a94659

Browse files
committedJun 14, 2022
Language
1 parent 8fe97aa commit 3a94659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎chapters/operatorsandexpressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
434434
Argument $v$ needs to be an \lstinline!Integer! or \lstinline!Real! expression.
435435
\end{semantics}
436436
\begin{nonnormative}
437-
The reason this does not generate events is that in many cases that would introduced more problems than the event solves.
437+
The reason this does not generate events is that in many cases that would introduce more problems than the event would solve.
438438
A typical case is a flow equation of the form \lstinline!abs(x)*x=y!.
439439
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.
440440

0 commit comments

Comments
 (0)
Please sign in to comment.