From 121e56738835b2d710d4612f567d07ced290af6e Mon Sep 17 00:00:00 2001
From: znone <glyc@sina.com.cn>
Date: Sat, 11 Jan 2020 13:55:34 +0000
Subject: [PATCH] Fix some bugs.

---
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 1fe49a6..87e108f 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@
 - is_truncated 数据是否被截断
  
 #### 9. std::optional和std::any
-可以绑定字段到 C++17 中的 std::optional 和 std::any。当字段为null时,它们不包含任何内容,否则他们包含字段的值。
+可以绑定字段到 C++17 中的 std::optional 和 std::any。当字段为null时,它们不包含任何内容,否则它们包含字段的值。
 
 #### 10. 支持标准库以外的字符串类型
 除了标准库提供的std::string,另外其他库也提供了自己的字符串类,比如QT的QString,MFC/ATL的CString等。qtl也可以将字符字段绑定到这些类型上。扩展方法是:

--
Gitblit v1.9.3