You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/08/21 03:01:53 UTC

[iotdb] branch master updated: Fix typo in #3783 (#3803)

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 6744732  Fix typo in #3783 (#3803)
6744732 is described below

commit 674473250b1a3c8743e680d62ac19a4b659900b0
Author: Haonan <hh...@outlook.com>
AuthorDate: Sat Aug 21 11:01:33 2021 +0800

    Fix typo in #3783 (#3803)
---
 docs/zh/UserGuide/API/Programming-JDBC.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/UserGuide/API/Programming-JDBC.md b/docs/zh/UserGuide/API/Programming-JDBC.md
index 109571d..eae3170 100644
--- a/docs/zh/UserGuide/API/Programming-JDBC.md
+++ b/docs/zh/UserGuide/API/Programming-JDBC.md
@@ -22,7 +22,7 @@
 ## JDBC
 
 *注意: 目前的JDBC实现仅是为与第三方工具连接使用的。使用JDBC(尤其是执行插入语句时)无法提供高性能吞吐。
-对于Java应用,我们推荐使用[JAVA NATIVE API](https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Java-Native-API.html) *
+对于Java应用,我们推荐使用[JAVA NATIVE API](https://iotdb.apache.org/zh/UserGuide/Master/API/Programming-Java-Native-API.html)*
 
 ### 依赖