Skip to content

Commit 927b402

Browse files
authored
Merge pull request #17668 from igfoo/igfoo/typo
Java: Typo in a comment
2 parents 6bb98b0 + d24bdbb commit 927b402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/Exception.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Type
77

88
/**
99
* An Exception represents an element listed in the `throws` clause
10-
* of a method of constructor.
10+
* of a method or constructor.
1111
*
1212
* For example, `E` is an exception thrown by method `m` in
1313
* `void m() throws E;`, whereas `T` is an exception _type_ in

0 commit comments

Comments
 (0)