forked from weaselab/conflict-set
Fix some grammar in a comment
This commit is contained in:
+1
-1
@@ -1901,7 +1901,7 @@ void mergeWithChild(TaggedNodePointer &self, WriteContext *writeContext,
|
||||
child->parentsIndex = self->parentsIndex;
|
||||
|
||||
// Max versions are stored in the parent, so we need to update it now
|
||||
// that we have a new parent. Safe we call since the root never has a partial
|
||||
// that we have a new parent. Safe to call since the root never has a partial
|
||||
// key.
|
||||
setMaxVersion(child, std::max(childMaxVersion, writeContext->zero));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user