Skip to content

Commit 94c90e6

Browse files
syaningziishaned
authored andcommitted
fix format (ziishaned#55)
replace `~` with `~` to avoid incorrect format
1 parent 8cb2f7d commit 94c90e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
## 2.4 `{}`
207207

208208
在正则表达式中 `{}` 是一个量词, 常用来一个或一组字符可以重复出现的次数.
209-
例如, 表达式 `[0-9]{2,3}` 匹配 2~3 位 0~9 的数字.
209+
例如, 表达式 `[0-9]{2,3}` 匹配 23 位 09 的数字.
210210

211211

212212
<pre>

0 commit comments

Comments
 (0)