8269704: Typo in j.t.Normalizer.normalize()

Reviewed-by: joehw, prappo, iris
This commit is contained in:
Naoto Sato 2021-07-01 12:08:21 +00:00
parent a8385feb30
commit 54dd510bd5

View File

@ -144,7 +144,7 @@ public final class Normalizer {
/** /**
* Normalize a sequence of char values. * Normalize a sequence of char values.
* The sequence will be normalized according to the specified normalization * The sequence will be normalized according to the specified normalization
* from. * form.
* @param src The sequence of char values to normalize. * @param src The sequence of char values to normalize.
* @param form The normalization form; one of * @param form The normalization form; one of
* {@link java.text.Normalizer.Form#NFC}, * {@link java.text.Normalizer.Form#NFC},