Fix typo/grammar in exception tracking section (#22801)

I came across this sentence in the Nim Manual and couldn't make sense of
it. I believe this is the correct fix for the sentence.

---------

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
This commit is contained in:
Levi Notik
2023-10-07 01:43:17 -04:00
committed by GitHub
parent 476492583b
commit f111009e5d

View File

@@ -5160,7 +5160,7 @@ possibly raised exceptions; the algorithm operates on `p`'s call graph:
raise `system.Exception` (the base type of the exception hierarchy) and
thus any exception unless `T` has an explicit `raises` list.
However, if the call is of the form `f(...)` where `f` is a parameter of
the currently analyzed routine it is ignored that is marked as `.effectsOf: f`.
the currently analyzed routine that is marked as `.effectsOf: f`, it is ignored.
The call is optimistically assumed to have no effect.
Rule 2 compensates for this case.
2. Every expression `e` of some proc type within a call that is passed to parameter