From 780edf731801af3c1520c8d8fd0bf8b66041b2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E8=A3=A4=E8=A1=A9?= Date: Wed, 20 Mar 2019 21:59:01 +0800 Subject: [PATCH] fix CN --- 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 3d256c4..447f0c6 100644 --- a/translations/README-cn.md +++ b/translations/README-cn.md @@ -189,7 +189,7 @@ `*`和表示匹配空格的符号`\s`连起来用, 如表达式`\s*cat\s*`匹配0或更多个空格开头和0或更多个空格结尾的cat字符串.
-"\s*cat\s*" => The fat cat sat on the concatenation.
+"\s*cat\s*" => The fat cat sat on the concatenation.
 
[在线练习](https://regex101.com/r/gGrwuz/1)