We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba4efc commit c81a48eCopy full SHA for c81a48e
language/exceptions.xml
@@ -83,7 +83,7 @@
83
Another notable interaction is between an exception thrown from within a &try; block,
84
and an exception thrown from within a &finally; block. If both blocks throw an exception,
85
then the exception thrown from the &finally; block will be the one that is propagated,
86
- and the exception thrown from the &try; block will used as its previous exception.
+ and the exception thrown from the &try; block will be used as its previous exception.
87
</para>
88
</sect1>
89
0 commit comments