mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #17668 from igfoo/igfoo/typo
Java: Typo in a comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user