8166993: typo in java.util.Locale javadoc

Reviewed-by: okutsu, peytoia
This commit is contained in:
Rachna Goel 2016-10-04 17:18:46 +09:00
parent 3d6de648b9
commit 5e84d49af5

@ -1027,7 +1027,7 @@ public final class Locale implements Cloneable, Serializable {
* not contain ALL valid codes that can be used to create Locales.
* </ul>
*
* @return Am array of ISO 639 two-letter language codes.
* @return An array of ISO 639 two-letter language codes.
*/
public static String[] getISOLanguages() {
if (isoLanguages == null) {