diff --git a/src/localization/zh-cn/learn.json b/src/localization/zh-cn/learn.json index b5c35aab..af0b9983 100644 --- a/src/localization/zh-cn/learn.json +++ b/src/localization/zh-cn/learn.json @@ -78,7 +78,7 @@ "examples.questionMark.description": "请编写表达式,用 `?` 表示字母 `n` 在文本中是可选的,使 `a` 和 `an` 都可以匹配到。", "examples.quantifier.title": "练习:大括号 - 1", - "examples.quantifier.description": "用 `{}` 编写表达式,匹配文本中的 `4` 位阿拉伯数字。", + "examples.quantifier.description": "用 `{}` 编写表达式,匹配文本中,位数为 `4` 的阿拉伯数字。", "examples.quantifierMin.title": "练习:大括号 - 2", "examples.quantifierMin.description": "用 `{}` 编写表达式,匹配文本中,位数至少为 `2` 的阿拉伯数字。",