Merge pull request #3697 from intrigus-lgtm/patch-1

Fix typo
This commit is contained in:
Anders Schack-Mulligen
2020-06-12 10:04:40 +02:00
committed by GitHub

View File

@@ -522,8 +522,8 @@ class ThrowStmt extends Stmt, @throwstmt {
/**
* Gets the `catch` clause that catches the exception
* thrown by this `throws` statement and occurs
* in the same method as this `throws` statement,
* thrown by this `throw` statement and occurs
* in the same method as this `throw` statement,
* provided such a `catch` exists.
*/
CatchClause getLexicalCatchIfAny() {