Java: Typo in a comment

This commit is contained in:
Ian Lynagh
2024-10-04 17:34:39 +01:00
parent 66d156d386
commit d24bdbb4e4

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