Grammatical error in JLS

Alex Buckley alex.buckley at oracle.com
Mon Aug 17 22:58:59 UTC 2020


Thanks, will be fixed in 15.

On 2/20/2020 6:26 AM, Aaron Fihn wrote:
> 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