8284191: Replace usages of 'a the' in hotspot and java.base

Reviewed-by: lancea, wetmore, naoto, iris, kevinw, xuelei
This commit is contained in:
Alexey Ivanov 2022-05-24 11:25:13 +00:00
parent 9473c383c6
commit e0d361cea9
162 changed files with 292 additions and 303 deletions

View file

@ -2319,7 +2319,7 @@ public final class Locale implements Cloneable, Serializable {
/**
* Format a list using given pattern strings.
* If either of the patterns is null, then a the list is
* If either of the patterns is null, then the list is
* formatted by concatenation with the delimiter ','.
* @param stringList the list of strings to be formatted.
* and formatting them into a list.