Skip to content

Commit d24bdbb

Browse files
committed
Java: Typo in a comment
1 parent 66d156d commit d24bdbb

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)