You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by la...@apache.org on 2022/07/15 02:35:12 UTC

[shardingsphere] branch master updated: Update sql-check.cn.md (#19177)

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

lanchengxiang 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 121228c84d6 Update sql-check.cn.md (#19177)
121228c84d6 is described below

commit 121228c84d6621cae5a426743035acd319b7ec41
Author: Mike0601 <40...@users.noreply.github.com>
AuthorDate: Fri Jul 15 10:35:06 2022 +0800

    Update sql-check.cn.md (#19177)
---
 docs/document/content/dev-manual/sql-check.cn.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/document/content/dev-manual/sql-check.cn.md b/docs/document/content/dev-manual/sql-check.cn.md
index 21e5b5b67f7..937924c8390 100644
--- a/docs/document/content/dev-manual/sql-check.cn.md
+++ b/docs/document/content/dev-manual/sql-check.cn.md
@@ -5,12 +5,14 @@ weight = 12
 chapter = true
 +++
 
-## SQLChecker
+## SPI 接口
 
 | *SPI 名称*        | *详细说明* |
 | ---------------- | --------- |
 | SQLChecker       | SQL 检查器  |
 
+## 示例
+
 | *已知实现类*           | *详细说明*   |
 | -------------------- | ----------- |
 | AuthorityChecker     | 权限检查器    |