Skip to content

Commit ce6dbd9

Browse files
authored
fix translation error
1 parent 4d83fc3 commit ce6dbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/01-chapter2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Go-regexp 包支持 {} 家族中略多一些的模式。
167167

168168
regexp 包有如下的标志项可用 [引自文档]
169169

170-
* i 区分大小写 (默认不区分
170+
* i 不区分大小写 (默认区分
171171
* m 多行模式: ^ 和 $ 匹配整个文本的开头/结尾的同时也匹配每行的开头和结尾(默认不匹配)
172172
* s 让 . 匹配 \n (默认不匹配)
173173
* U 非贪婪:对 x* 和 x*?, x+ 和 x+? 等模式进行切换(默认是关闭的)

0 commit comments

Comments
 (0)