mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 10:24:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user