Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 216cbca

Browse files
committed
Typo: thsi -> this. Closes SF bug #521450.
1 parent f47d60f commit 216cbca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref7.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ \section{The \keyword{try} statement\label{try}}
280280
executes a \keyword{return} or \keyword{break} statement, the saved
281281
exception is lost. A \keyword{continue} statement is illegal in the
282282
\keyword{finally} clause. (The reason is a problem with the current
283-
implementation -- thsi restriction may be lifted in the future). The
283+
implementation -- this restriction may be lifted in the future). The
284284
exception information is not available to the program during execution of
285285
the \keyword{finally} clause.
286286
\kwindex{finally}

0 commit comments

Comments
 (0)