Skip to content

Commit 422b059

Browse files
Fix typo
1 parent b78c065 commit 422b059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/semmle/code/java/Statement.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ class ThrowStmt extends Stmt, @throwstmt {
522522

523523
/**
524524
* Gets the `catch` clause that catches the exception
525-
* thrown by this `throws` statement and occurs
526-
* in the same method as this `throws` statement,
525+
* thrown by this `throw` statement and occurs
526+
* in the same method as this `throw` statement,
527527
* provided such a `catch` exists.
528528
*/
529529
CatchClause getLexicalCatchIfAny() {

0 commit comments

Comments
 (0)