From e881507f48fe182c218323938c8e7f343eba0939 Mon Sep 17 00:00:00 2001 From: Alex Sun Date: Wed, 16 Aug 2017 17:52:10 +0800 Subject: [PATCH] fix format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replace `~` with `~` to avoid incorrect format --- README-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-cn.md b/README-cn.md index 9769e30..34d42e0 100644 --- a/README-cn.md +++ b/README-cn.md @@ -206,7 +206,7 @@ ## 2.4 `{}` 号 在正则表达式中 `{}` 是一个量词, 常用来一个或一组字符可以重复出现的次数. -例如, 表达式 `[0-9]{2,3}` 匹配 2~3 位 0~9 的数字. +例如, 表达式 `[0-9]{2,3}` 匹配 2~3 位 0~9 的数字.