This is an automated email from the ASF dual-hosted git repository.
yx9o 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 b31a543 Update docs (#16121)
b31a543 is described below
commit b31a5439e0c608ee9a735aadb426ed03b1e98a42
Author: Rakesh Potnuru <[email protected]>
AuthorDate: Wed Mar 16 11:06:18 2022 +0530
Update docs (#16121)
* Update docs
* Add space
---
docs/document/content/dev-manual/kernel.cn.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docs/document/content/dev-manual/kernel.cn.md
b/docs/document/content/dev-manual/kernel.cn.md
index 6274738..96c0456 100644
--- a/docs/document/content/dev-manual/kernel.cn.md
+++ b/docs/document/content/dev-manual/kernel.cn.md
@@ -32,13 +32,13 @@ chapter = true
## SQLExecutionHook
-| *SPI 名称* | *详细说明* |
-| ----------------------------- | ---------------------- |
-| SQLExecutionHook | SQL执行过程监听器 |
+| *SPI 名称* | *详细说明* |
+| ----------------------------- | ------------- |
+| SQLExecutionHook | SQL 执行过程监听器 |
-| *已知实现类* | *详细说明* |
-| ----------------------------- | ----------------------- |
-| TransactionalSQLExecutionHook | 基于事务的SQL执行过程监听器 |
+| *已知实现类* | *详细说明* |
+| ----------------------------- | ------------------- |
+| TransactionalSQLExecutionHook | 基于事务的 SQL 执行过程监听器 |
## ResultProcessEngine