Skip to content

Commit 5768067

Browse files
Andrii Chubkoelizarov
authored andcommitted
Fix grammatical typo in exception-handling.md
1 parent b6e500b commit 5768067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ So, additional exceptions are suppressed.
254254

255255
> One of the solutions would have been to report each exception separately,
256256
but then [Deferred.await] should have had the same mechanism to avoid behavioural inconsistency and this
257-
would cause implementation details of a coroutines (whether it had delegate parts of its work to its children or not)
257+
would cause implementation details of a coroutines (whether it had delegated parts of its work to its children or not)
258258
to leak to its exception handler.
259259

260260
<!--- INCLUDE

0 commit comments

Comments
 (0)