Merge pull request #17668 from igfoo/igfoo/typo

Java: Typo in a comment
This commit is contained in:
Owen Mansel-Chan
2024-10-06 13:22:08 +01:00
committed by GitHub

View File

@@ -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