Commit 80d78cc2 authored by Steve Müller's avatar Steve Müller

Merge pull request #909 from xelan/patch-1

fix typo
parents 81b500da 9d2cab40
...@@ -120,7 +120,7 @@ to avoid nesting transaction blocks. If this is not possible ...@@ -120,7 +120,7 @@ to avoid nesting transaction blocks. If this is not possible
because the nested transaction blocks are in a third-party API because the nested transaction blocks are in a third-party API
you're out of luck. you're out of luck.
All that is guaruanteed to the inner transaction is that it still All that is guaranteed to the inner transaction is that it still
happens atomically, all or nothing, the transaction just gets a happens atomically, all or nothing, the transaction just gets a
wider scope and the control is handed to the outer scope. wider scope and the control is handed to the outer scope.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment