mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Fix typo
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user