Skip to content

Commit 01950eb

Browse files
authored
Merge pull request Tencent#1488 from somone23412/somone23412-fix-typo-1
Update pointer.zh-cn.md : fix typo
2 parents e80257a + 0798d5b commit 01950eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pointer.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private:
181181
182182
`Pointer` 在其建构函数里会解译源字符串。若有解析错误,`Pointer::IsValid()` 返回 `false`。你可使用 `Pointer::GetParseErrorCode()` 和 `GetParseErrorOffset()` 去获取错信息。
183183
184-
要注意的是,所有解析函数都假设 pointer 是合法的。对一个非法 pointer 解析会做成断言失败
184+
要注意的是,所有解析函数都假设 pointer 是合法的。对一个非法 pointer 解析会造成断言失败
185185
186186
# URI 片段表示方式 {#URIFragment}
187187

0 commit comments

Comments
 (0)