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