Skip to content

Commit f4fc7f2

Browse files
committed
HHH-7811 grammar error in devguide for HB
1 parent e204ac7 commit f4fc7f2

File tree

1 file changed

+1
-1
lines changed
  • documentation/src/main/docbook/devguide/en-US

1 file changed

+1
-1
lines changed

documentation/src/main/docbook/devguide/en-US/Locking.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<term>Optimistic</term>
1616
<listitem>
1717
<para>
18-
Optimistic locking ssumes that multiple transactions can complete without affecting each other, and that
18+
Optimistic locking assumes that multiple transactions can complete without affecting each other, and that
1919
therefore transactions can proceed without locking the data resources that they affect. Before committing,
2020
each transaction verifies that no other transaction has modified its data. If the check reveals conflicting
2121
modifications, the committing transaction rolls back<footnote><para><link xl:href="http://en.wikipedia.org/wiki/Optimistic_locking" /></para></footnote>.

0 commit comments

Comments
 (0)