Grammatical error in JLS
Aaron Fihn
aaron.fihn at gmail.com
Thu Feb 20 14:27:02 UTC 2020
Hi,
I found a minor grammatical error in section 8.4.2 of the Java Language
Specification, SE 13 edition. The word "the" is used twice consecutively.
See below:
"Two methods or constructors, M and N, have the *same signature* if they
have the same name, the same type parameters (if any) (§8.4.4
<https://docs.oracle.com/javase/specs/jls/se13/html/jls-8.html#jls-8.4.4>),
and, after adapting the formal parameter types of N to *the the* type
parameters of M, the same formal parameter types."
Thanks,
Aaron Fihn
More information about the jls-jvms-spec-comments
mailing list