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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ef9b1eff Update QuickStart.md (#337)
ef9b1eff is described below

commit ef9b1effaaba0c1db7fd989f0b8b319cf0d1451d
Author: CritasWang <[email protected]>
AuthorDate: Wed Dec 18 18:51:56 2024 +0800

    Update QuickStart.md (#337)
---
 docs/src/zh/UserGuide/latest/QuickStart/QuickStart.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/src/zh/UserGuide/latest/QuickStart/QuickStart.md 
b/docs/src/zh/UserGuide/latest/QuickStart/QuickStart.md
index 48e68d11..eca74bac 100644
--- a/docs/src/zh/UserGuide/latest/QuickStart/QuickStart.md
+++ b/docs/src/zh/UserGuide/latest/QuickStart/QuickStart.md
@@ -115,9 +115,9 @@ while (queryDataSet.hasNext()) {
 ### 关闭文件
 
 ```shell
-tsFileReader.cloFan 1se();
+tsFileReader.close();
 ```
 
 ### 示例代码
 
-<https://github.com/apache/tsfile/blob/develop/java/examples/src/main/java/org/apache/tsfile/TsFileRead.java>
\ No newline at end of file
+<https://github.com/apache/tsfile/blob/develop/java/examples/src/main/java/org/apache/tsfile/TsFileRead.java>

Reply via email to