This is an automated email from the ASF dual-hosted git repository.
duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new f4dfe2e Modify incorrect word
new 4b70128 Merge pull request #957 from wxynihao/develop
f4dfe2e is described below
commit f4dfe2e10911cd54c6bc075f27f8d0a3db0f03fd
Author: Rain <[email protected]>
AuthorDate: Fri Mar 1 20:33:26 2019 +0800
Modify incorrect word
---
docs/en/Example_Transaction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/Example_Transaction.md b/docs/en/Example_Transaction.md
index fb42e60..77ee41d 100644
--- a/docs/en/Example_Transaction.md
+++ b/docs/en/Example_Transaction.md
@@ -1,7 +1,7 @@
# Transaction message example
## 1 Transaction message status
-There are three states for transactional message:
+There are three states for transaction message:
- TransactionStatus.CommitTransaction: commit transaction, it means that allow
consumers to consume this message.
- TransactionStatus.RollbackTransaction: rollback transaction, it means that
the message will be deleted and not allowed to consume.
- TransactionStatus.Unknown: intermediate state, it means that MQ is needed to
check back to determine the status.