aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquyan <quyan.bupt@qq.com>2019-04-15 00:43:37 +0800
committerGitHub <noreply@github.com>2019-04-15 00:43:37 +0800
commit0798d5b26e856e7d3aa4f55d115e8dd1707cf4b8 (patch)
tree9d924f04ad21acd67c03e066d72304f9f2c0f053
parente80257a924b701dcbf5f6e78a7ab47efff6073ac (diff)
downloadrapidjson-0798d5b26e856e7d3aa4f55d115e8dd1707cf4b8.tar.gz
fix typo
-rw-r--r--doc/pointer.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pointer.zh-cn.md b/doc/pointer.zh-cn.md
index f58f55f..239569d 100644
--- a/doc/pointer.zh-cn.md
+++ b/doc/pointer.zh-cn.md
@@ -181,7 +181,7 @@ private:
`Pointer` 在其建构函数里会解译源字符串。若有解析错误,`Pointer::IsValid()` 返回 `false`。你可使用 `Pointer::GetParseErrorCode()` 和 `GetParseErrorOffset()` 去获取错信息。
-要注意的是,所有解析函数都假设 pointer 是合法的。对一个非法 pointer 解析会做成断言失败。
+要注意的是,所有解析函数都假设 pointer 是合法的。对一个非法 pointer 解析会造成断言失败。
# URI 片段表示方式 {#URIFragment}