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

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


The following commit(s) were added to refs/heads/master by this push:
     new 87c975c  Fix typo (#9629)
87c975c is described below

commit 87c975cf8a5af110fbc4ebf3b09a1809cb8ddfd0
Author: Liangda-w <[email protected]>
AuthorDate: Wed Mar 10 14:22:20 2021 +0100

    Fix typo (#9629)
---
 docs/document/content/dev-manual/sql-parser.cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/document/content/dev-manual/sql-parser.cn.md 
b/docs/document/content/dev-manual/sql-parser.cn.md
index 545b3c5..888838c 100644
--- a/docs/document/content/dev-manual/sql-parser.cn.md
+++ b/docs/document/content/dev-manual/sql-parser.cn.md
@@ -31,4 +31,4 @@ chapter = true
 | PostgreSQLStatementSQLVisitorFacade | 基于 PostgreSQL 的提取 SQL 语句的语法树访问器  |
 | SQLServerStatementSQLVisitorFacade  | 基于 SQLServer 的提取 SQL 语句的语法树访问器   |
 | OracleStatementSQLVisitorFacade     | 基于 Oracle 的提取 SQL 语句的语法树访问器      |
-| SQL92StatementSQLVisitorFacade      | 基于 SQL92 的SQL 解析器入口                   |
+| SQL92StatementSQLVisitorFacade      | 基于 SQL92 的提取 SQL 语句的语法树访问器       |

Reply via email to