From f26d7272309e925ff983d5b31fdb2726399f59d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Albert=20=E7=90=86=E6=96=AF=E7=89=B9?=
 <shuaizhexu@gmail.com>
Date: Tue, 9 Jun 2020 18:14:50 +0800
Subject: [PATCH] Update README-zh-Hans.md

---
 README-zh-Hans.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README-zh-Hans.md b/README-zh-Hans.md
index 83c6007..53645e8 100644
--- a/README-zh-Hans.md
+++ b/README-zh-Hans.md
@@ -1247,7 +1247,7 @@ def set_user(user_id, values):
 ##### 回写模式的缺点:
 
 - 缓存可能在其内容成功存储之前丢失数据。
-- 执行直写模式比缓存或者回写模式更复杂。
+- 实现回写模式比缓存或者直写模式更复杂。
 
 #### 刷新
 
-- 
GitLab