Merge pull request #18166 from lubronzhan/topic/lubron/fix-typo

Fix typo in mvcc comment
This commit is contained in:
Benjamin Wang 2024-06-13 16:51:18 +01:00 committed by GitHub
commit 260dd77ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ var (
// keyIndex stores the revisions of a key in the backend.
// Each keyIndex has at least one key generation.
// Each generation might have several key versions.
// Tombstone on a key appends an tombstone version at the end
// Tombstone on a key appends a tombstone version at the end
// of the current generation and creates a new empty generation.
// Each version of a key has an index pointing to the backend.
//