mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-21020 Fix a typo in the LocalizedNumberRangeFormatter's documentation
This commit is contained in:
parent
f78136f653
commit
7c0de5fd1a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue