Update documentation/sphinx/source/developer-guide.rst

Co-Authored-By: A.J. Beamon <ajbeamon@users.noreply.github.com>
This commit is contained in:
Markus Pilman 2020-04-27 10:22:51 -07:00 committed by GitHub
parent 848917b518
commit 28f7acfb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ Implementation Details
These following sections go into some of the gritty details of FoundationDB. Most users don't need to read or understand this in order to use FoundationDB efficiently.
How FoundationDB detects Conflicts
How FoundationDB Detects Conflicts
----------------------------------
As written above, FoundationDB implements serializable transactions with external consistency. The underlying algorithm uses multi-version concurrency control. At commit time, each transaction is checked for read-write conflicts.