RFR: 8279918: Fix various doc typos

Kevin Walls kevinw at openjdk.java.net
Thu Jan 13 10:49:28 UTC 2022


On Thu, 13 Jan 2022 10:30:07 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> - Most of the typos are of a trivial kind: missing whitespace.
> - If any of the typos should be fixed in the upstream projects instead, please say so; I will drop those typos from the patch.
> - As I understand it,   in ImageInputStream and DataInput is an irrelevant formatting artefact and thus can be removed.
> - ' is an apostrophe, which does not require to be encoded.

src/java.base/share/classes/sun/text/RuleBasedBreakIterator.java line 73:

> 71:  * will be transparent to the BreakIterator.  A sequence of characters will break the
> 72:  * same way it would if any ignore characters it contains are taken out.  Break
> 73:  * positions never occur before ignore characters.</p>

"before ignored characters"

-------------

PR: https://git.openjdk.java.net/jdk/pull/7063



More information about the client-libs-dev mailing list