Skip to content

Commit

Permalink
Merge pull request #17668 from igfoo/igfoo/typo
Browse files Browse the repository at this point in the history
Java: Typo in a comment
  • Loading branch information
owen-mc authored Oct 6, 2024
2 parents 6bb98b0 + d24bdbb commit 927b402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/ql/lib/semmle/code/java/Exception.qll
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Type

/**
* An Exception represents an element listed in the `throws` clause
* of a method of constructor.
* of a method or constructor.
*
* For example, `E` is an exception thrown by method `m` in
* `void m() throws E;`, whereas `T` is an exception _type_ in
Expand Down

0 comments on commit 927b402

Please sign in to comment.