HHH-7811 grammar error in devguide for HB

This commit is contained in:
brmeyer 2012-12-07 12:12:49 -05:00
parent 47ddaad98d
commit d34e409f41
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<term>Optimistic</term>
<listitem>
<para>
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<footnote><para><link xl:href="http://en.wikipedia.org/wiki/Optimistic_locking" /></para></footnote>.