Skip to content

Commit 6eb2ac8

Browse files
committed
trigger a build
1 parent 33bfc25 commit 6eb2ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ logger.Infof("result of workflow.Execute is: %v", err)
100100
When the above code runs, we can see in the console that services `TransOut`, `TransIn` has been called.
101101

102102
#### Rollback upon failure
103-
If any forward operation fails, DTM invokes the corresponding compensating operation of each sub-transaction to roll back, after which the transaction is successfully rolled back.
103+
If any forward operation fails, DTM invokes the corresponding compensating operation of each sub-transaction to roll back, after which the transaction is successfully rolled back.
104104

105105
Let's purposely trigger the failure of the second sub-transaction and watch what happens
106106

0 commit comments

Comments
 (0)