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

duanzhengqiang 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 f3ba784a72d Update sharding.cn.md (#19205)
f3ba784a72d is described below

commit f3ba784a72d02ad4e5b4cb9464fd685aa587181f
Author: Mike0601 <[email protected]>
AuthorDate: Fri Jul 15 14:34:56 2022 +0800

    Update sharding.cn.md (#19205)
---
 docs/document/content/dev-manual/sharding.cn.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/document/content/dev-manual/sharding.cn.md 
b/docs/document/content/dev-manual/sharding.cn.md
index bff669b64d2..5a319091770 100644
--- a/docs/document/content/dev-manual/sharding.cn.md
+++ b/docs/document/content/dev-manual/sharding.cn.md
@@ -17,7 +17,7 @@ chapter = true
 
 ## 示例
 
-### ShardingAlgorithm 已知实现类
+### ShardingAlgorithm 
 
 | *已知实现类*                                 | *详细说明*                    |
 |-----------------------------------------|---------------------------|
@@ -35,7 +35,7 @@ chapter = true
 | CosIdIntervalShardingAlgorithm          | 基于 CosId 的固定时间范围的分片算法     |
 | CosIdSnowflakeIntervalShardingAlgorithm | 基于 CosId 的雪花ID固定时间范围的分片算法 |
 
-### KeyGenerateAlgorithm 已知实现类
+### KeyGenerateAlgorithm 
 
 | *已知实现类*                         | *详细说明*                         |
 |----------------------------------- |---------------------------------- |
@@ -45,20 +45,20 @@ chapter = true
 | CosIdSnowflakeKeyGenerateAlgorithm | 基于 CosId 的雪花算法分布式主键生成算法 |
 | NanoIdKeyGenerateAlgorithm         | 基于 NanoId 的分布式主键生成算法      |
 
-### ShardingAuditAlgorithm 已知实现类
+### ShardingAuditAlgorithm 
 
 | *已知实现类*                                  | *详细说明*                         |
 |-------------------------------------------- 
|---------------------------------- |
 | DMLShardingConditionsShardingAuditAlgorithm | 禁止不带分片键的DML审计算法           |
 
-### DatetimeService 已知实现类
+### DatetimeService 
 
 | *已知实现类*                      | *详细说明*                     |
 | ------------------------------- | ----------------------------- |
 | DatabaseDatetimeServiceDelegate | 从数据库中获取当前时间进行路由      |
 | SystemDatetimeService           | 从应用系统时间中获取当前时间进行路由 |
 
-### DatabaseSQLEntry 已知实现类
+### DatabaseSQLEntry 
 
 | *已知实现类*                 | *详细说明*                         |
 | -------------------------- | --------------------------------- |

Reply via email to