fix a misspell (#80)

This commit is contained in:
轻键快码 2017-08-22 21:06:04 +08:00 committed by Zeeshan Ahmed
parent f6a2cb0ccb
commit 30fd8c4e26

View File

@ -354,7 +354,7 @@
`?=...` 前置约束(存在), 表示第一部分表达式必须跟在 `?=...`定义的表达式之后.
返回结果只瞒住第一部分表达式.
返回结果只满足第一部分表达式.
定义一个前置约束(存在)要使用 `()`. 在括号内部使用一个问号和等号: `(?=...)`.
前置约束的内容写在括号中的等号后面.