fix comment

This commit is contained in:
Looly 2024-05-10 18:43:15 +08:00
parent dd4390508e
commit 5556f74688

View File

@ -243,7 +243,7 @@ public class NumberChineseFormatter {
*
* @param amount 数字
* @param isUseTraditional 是否使用繁体
* @param isUseColloquial 是否使用口语化(e.g. 一十 -> )
* @param isUseColloquial 是否使用口语化(e.g. 一十 - )
* @return 中文
* @since 5.8.28
*/