Merge pull request #1488 from somone23412/somone23412-fix-typo-1

Update pointer.zh-cn.md : fix typo
This commit is contained in:
Milo Yip 2019-04-15 09:25:18 +08:00 committed by GitHub
commit 01950eb7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ private:
`Pointer` 在其建构函数里会解译源字符串。若有解析错误,`Pointer::IsValid()` 返回 `false`。你可使用 `Pointer::GetParseErrorCode()``GetParseErrorOffset()` 去获取错信息。
要注意的是,所有解析函数都假设 pointer 是合法的。对一个非法 pointer 解析会成断言失败。
要注意的是,所有解析函数都假设 pointer 是合法的。对一个非法 pointer 解析会成断言失败。
# URI 片段表示方式 {#URIFragment}