From cc5f395184c8a77b4220448d97078dd228dcf124 Mon Sep 17 00:00:00 2001 From: Cygra Date: Wed, 4 May 2022 13:02:39 +0800 Subject: [PATCH] fix: spaces and period --- translations/README-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/README-cn.md b/translations/README-cn.md index d98f3c9..c8925d1 100644 --- a/translations/README-cn.md +++ b/translations/README-cn.md @@ -243,7 +243,7 @@ 我们可以省略第二个参数。 例如,`[0-9]{2,}` 匹配至少两位 0~9 的数字。 如果逗号也省略掉则表示重复固定的次数。 -例如,`[0-9]{3}` 匹配3位数字 +例如,`[0-9]{3}` 匹配 3 位数字。
 "[0-9]{2,}" => The number was 9.9997 but we rounded it off to 10.0.