Thanks to visit codestin.com Credit goes to github.com
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 f47d60f commit 216cbcaCopy full SHA for 216cbca
1 file changed
Doc/ref/ref7.tex
@@ -280,7 +280,7 @@ \section{The \keyword{try} statement\label{try}}
280
executes a \keyword{return} or \keyword{break} statement, the saved
281
exception is lost. A \keyword{continue} statement is illegal in the
282
\keyword{finally} clause. (The reason is a problem with the current
283
-implementation -- thsi restriction may be lifted in the future). The
+implementation -- this restriction may be lifted in the future). The
284
exception information is not available to the program during execution of
285
the \keyword{finally} clause.
286
\kwindex{finally}
0 commit comments