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

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

commit 2714ad89d6400a112a289bc7e19490f5a3cdb783
Author: ZhangJian He <[email protected]>
AuthorDate: Sun Aug 18 17:57:32 2024 +0800

    fix typo of Multi (#210)
    
    Signed-off-by: ZhangJian He <[email protected]>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a5983790..90e67883 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ TsFile is the first existing standard file format for time 
series data. Despite
 
 TsFile offers several distinctive features and benefits:
 
-- Mutil Language Independent Use: Multiple language SDK can be used to 
directly read and write TsFile, making it possible for some lightweight data 
reading and writing scenarios.
+- Multi Language Independent Use: Multiple language SDK can be used to 
directly read and write TsFile, making it possible for some lightweight data 
reading and writing scenarios.
 
 - Efficient Writing and Compression: A column storage format tailored for time 
series, organizing data by device and ensuring continuous storage of data for 
each sequence, minimizing storage space. Compared to CSV, the compression ratio 
can be increased by more than 90%.
 

Reply via email to