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

kimmking 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 9199238  Modify the sample (#8205)
9199238 is described below

commit 91992382630be957694eb268f219e1ac2f49e568
Author: Xiaoshuang Li <[email protected]>
AuthorDate: Wed Nov 18 17:24:56 2020 +0800

    Modify the sample (#8205)
    
    Modify the sample
---
 docs/document/content/features/sharding/concept/inline-expression.cn.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/document/content/features/sharding/concept/inline-expression.cn.md 
b/docs/document/content/features/sharding/concept/inline-expression.cn.md
index aef4796..8c53c1b 100644
--- a/docs/document/content/features/sharding/concept/inline-expression.cn.md
+++ b/docs/document/content/features/sharding/concept/inline-expression.cn.md
@@ -142,7 +142,7 @@ db${0..1}.t_order_0${0..9}, db${0..1}.t_order_${10..20}
 或者
 
 ```
-db->${0..1}.t_order_0$->{0..9}, db$->{0..1}.t_order_$->{10..20}
+db$->{0..1}.t_order_0$->{0..9}, db$->{0..1}.t_order_$->{10..20}
 ```
 
 ## 配置分片算法

Reply via email to