This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 7acdafb  Fix Chinese doc mistake (#3462)
7acdafb is described below

commit 7acdafbcf3c14394aac08dc5142a13f837175201
Author: Hang Ji <[email protected]>
AuthorDate: Mon Jun 28 17:15:00 2021 +0800

    Fix Chinese doc mistake (#3462)
---
 docs/zh/SystemDesign/TsFile/Write.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/SystemDesign/TsFile/Write.md 
b/docs/zh/SystemDesign/TsFile/Write.md
index b9e4936..e771ede 100644
--- a/docs/zh/SystemDesign/TsFile/Write.md
+++ b/docs/zh/SystemDesign/TsFile/Write.md
@@ -31,7 +31,7 @@ TsFile 的写入流程如下图所示:
 
 文件的写入主要分为三种操作,在图上用 1、2、3 标注
 
-* 1、写内存换冲区
+* 1、写内存缓冲区
 * 2、持久化 ChunkGroup
 * 3、关闭文件
 

Reply via email to