From f4dfe2e10911cd54c6bc075f27f8d0a3db0f03fd Mon Sep 17 00:00:00 2001 From: Rain Date: Fri, 1 Mar 2019 20:33:26 +0800 Subject: [PATCH] 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 fb42e600..77ee41d8 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. -- GitLab