We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e204ac7 commit f4fc7f2Copy full SHA for f4fc7f2
documentation/src/main/docbook/devguide/en-US/Locking.xml
@@ -15,7 +15,7 @@
15
<term>Optimistic</term>
16
<listitem>
17
<para>
18
- 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
19
therefore transactions can proceed without locking the data resources that they affect. Before committing,
20
each transaction verifies that no other transaction has modified its data. If the check reveals conflicting
21
modifications, the committing transaction rolls back<footnote><para><link xl:href="http://en.wikipedia.org/wiki/Optimistic_locking" /></para></footnote>.
0 commit comments