Skip to content

Commit c81a48e

Browse files
rcanavanRainer M. Canavan
andauthored
language/exceptions.xml: add missing "be" (#4766)
Co-authored-by: Rainer M. Canavan <rainer.canavan@avenga.com>
1 parent 7ba4efc commit c81a48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/exceptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
Another notable interaction is between an exception thrown from within a &try; block,
8484
and an exception thrown from within a &finally; block. If both blocks throw an exception,
8585
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.
86+
and the exception thrown from the &try; block will be used as its previous exception.
8787
</para>
8888
</sect1>
8989

0 commit comments

Comments
 (0)