From 0798d5b26e856e7d3aa4f55d115e8dd1707cf4b8 Mon Sep 17 00:00:00 2001 From: quyan Date: Mon, 15 Apr 2019 00:43:37 +0800 Subject: [PATCH] fix typo --- doc/pointer.zh-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}