From 433499811a30f6e6c05148a4cae719288877d053 Mon Sep 17 00:00:00 2001 From: Rajeshwar Date: Fri, 30 Jan 2015 11:51:09 +0530 Subject: [PATCH] Update perform-two-phase-commits.txt The closing double quote was misplaced with opening double quote. So i changed the opening double quotes to closing double quotes to avoid confusion. --- source/tutorial/perform-two-phase-commits.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorial/perform-two-phase-commits.txt b/source/tutorial/perform-two-phase-commits.txt index 894d5ac0805..5e2d585451e 100644 --- a/source/tutorial/perform-two-phase-commits.txt +++ b/source/tutorial/perform-two-phase-commits.txt @@ -164,7 +164,7 @@ Transactions in Pending State To recover from failures that occur after step "`Update transaction state to pending.`_" but before -"`Update transaction state to applied.`_"step, retrieve from +"`Update transaction state to applied.`_" step, retrieve from the ``transactions`` collection a pending transaction for recovery: .. code-block:: javascript @@ -181,7 +181,7 @@ Transactions in Applied State To recover from failures that occur after step "`Update transaction state to applied.`_" but before -"`Update transaction state to done.`_"step, retrieve from +"`Update transaction state to done.`_" step, retrieve from the ``transactions`` collection an applied transaction for recovery: .. code-block:: javascript