From d34e409f416fda98893c85ce6bb30feb88f000f9 Mon Sep 17 00:00:00 2001 From: brmeyer Date: Fri, 7 Dec 2012 12:12:49 -0500 Subject: [PATCH] HHH-7811 grammar error in devguide for HB --- documentation/src/main/docbook/devguide/en-US/Locking.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/docbook/devguide/en-US/Locking.xml b/documentation/src/main/docbook/devguide/en-US/Locking.xml index 96f61fafd3..492adba889 100644 --- a/documentation/src/main/docbook/devguide/en-US/Locking.xml +++ b/documentation/src/main/docbook/devguide/en-US/Locking.xml @@ -15,7 +15,7 @@ Optimistic - Optimistic locking ssumes that multiple transactions can complete without affecting each other, and that + Optimistic locking assumes that multiple transactions can complete without affecting each other, and that therefore transactions can proceed without locking the data resources that they affect. Before committing, each transaction verifies that no other transaction has modified its data. If the check reveals conflicting modifications, the committing transaction rolls back.