RFR: 8339852: Fix typos in java.compiler documentation
Dan Smith
dlsmith at openjdk.org
Tue Sep 10 18:48:04 UTC 2024
On Tue, 10 Sep 2024 16:29:43 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> Please review this PR to fix typos and formatting issues. Some typos are trivial, others relate to domain vocabulary.
src/java.compiler/share/classes/javax/lang/model/SourceVersion.java line 592:
> 590:
> 591: /**
> 592: * Returns whether or not {@code s} is a keyword, boolean literal,
"a boolean literal" (since structure was changed from _a_ [A, B, or C] to [an A, a B, or the C]). (same below)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20937#discussion_r1752532635
More information about the compiler-dev
mailing list