ICU-21020 Fix a typo in the LocalizedNumberRangeFormatter's documentation

This commit is contained in:
Victor Chang 2020-03-26 12:26:47 +00:00 committed by Markus Scherer
parent f78136f653
commit 7c0de5fd1a

View file

@ -69,7 +69,7 @@ public class LocalizedNumberRangeFormatter extends NumberRangeFormatterSettings<
* @param second
* The second number in the range, usually to the right in LTR locales.
* @return A FormattedNumberRange object; call .toString() to get the string.
* @throw IllegalArgumentException if first or second is null
* @throws IllegalArgumentException if first or second is null
* @stable ICU 63
* @see NumberRangeFormatter
*/