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

zhangliang 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 aa99cd760d1 Update limitations.en.md (#23297)
aa99cd760d1 is described below

commit aa99cd760d1faa42cec25d331677ce63a2c20af4
Author: Yacine Si Tayeb <[email protected]>
AuthorDate: Tue Jan 3 22:19:27 2023 +0800

    Update limitations.en.md (#23297)
    
    Updating the doc.
---
 .../content/features/transaction/limitations.en.md         | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/document/content/features/transaction/limitations.en.md 
b/docs/document/content/features/transaction/limitations.en.md
index 158ed3017a5..7d45b2f90ea 100644
--- a/docs/document/content/features/transaction/limitations.en.md
+++ b/docs/document/content/features/transaction/limitations.en.md
@@ -3,26 +3,26 @@ title = "Limitations"
 weight = 2
 +++
 
-Though Apache ShardingSphere intends to be compatible with all distributed 
scenario and best performance, under CAP theorem guidance, there is no sliver 
bullet with distributed transaction solution.
+Although Apache ShardingSphere aims at being compatible with all distributed 
scenario and providing the best performance, under the CAP theorem guidance, 
there is no sliver bullet with distributed transaction solution.
 
-Apache ShardingSphere wants to give the user choice of distributed transaction 
type and use the most suitable solution in different scenarios.
+The Apache ShardingSphere community chose instead to give the users the 
ability to choose their preferred distributed transaction type and use the most 
suitable solution according to their scenarios.
 
 ## LOCAL Transaction
 
 ### Unsupported
 
-* Do not support the cross-database transactions caused by network or hardware 
crash. For example, when update two databases in transaction, if one database 
crashes before commit, then only the data of the other database can commit.
+* Does not support the cross-database transactions caused by network or 
hardware crash. For example, when updating two databases in transaction, if one 
database crashes before commit, then only the data of the other database can 
commit.
 
 ## XA Transaction
 
 ### Unsupported
 
-* Recover committing and rolling back in other machines after the service is 
down;
-* MySQL, in the transaction block, the SQL execution is abnormal, and run 
`Commit`, and data remains consistent;
-* After XA transactions are configured, the maximum length of the storage unit 
name can not exceed 45 characters.
+* Recover committing and rolling back in other machines after the service is 
down.
+* MySQL, in the transaction block, the SQL execution is abnormal, and run 
`Commit`, and data remains consistent.
+* After XA transactions are configured, the maximum length of the storage unit 
name cannot exceed 45 characters.
 
 ## BASE Transaction
 
 ### Unsupported
 
-* Do not support isolation level.
+* Does not support isolation level.

Reply via email to