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

tuichenchuxin 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 bd641fc3b29 Fix typo of transaction rule demo (#23959)
bd641fc3b29 is described below

commit bd641fc3b29fb1ef117db3e3841284ebd58613cb
Author: ZhangCheng <[email protected]>
AuthorDate: Fri Feb 3 15:29:51 2023 +0800

    Fix typo of transaction rule demo (#23959)
---
 .../distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md         | 2 +-
 .../distsql/syntax/ral/global-rule/alter-transaction-rule.en.md         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
index f6ef821792a..c7e061befea 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.cn.md
@@ -48,7 +48,7 @@ value ::=
 
 ```sql
 ALTER TRANSACTION RULE(
-  DEFAULT="XA”,TYPE(NAME="Narayana”, 
PROPERTIES(“databaseName"="jbossts”,“host"="127.0.0.1”))
+  DEFAULT="XA", TYPE(NAME="Narayana", PROPERTIES("databaseName"="jbossts", 
"host"="127.0.0.1"))
 );
 ```
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
index 74a232e7dc7..f0af53b59f4 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/ral/global-rule/alter-transaction-rule.en.md
@@ -48,7 +48,7 @@ value ::=
 
 ```sql
 ALTER TRANSACTION RULE(
-  DEFAULT="XA”,TYPE(NAME="Narayana”, 
PROPERTIES(“databaseName"="jbossts”,“host"="127.0.0.1”))
+  DEFAULT="XA", TYPE(NAME="Narayana", PROPERTIES("databaseName"="jbossts", 
"host"="127.0.0.1"))
 );
 ```
 

Reply via email to