Merge pull request #328 from xpetit/patch-1

Comment fix.
pull/357/head
Piotr Tabor 2022-12-16 15:50:57 +01:00 committed by GitHub
commit 505c3888a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ func (b *Bucket) SetSequence(v uint64) error {
_ = b.node(b.root, nil)
}
// Increment and return the sequence.
// Set the sequence.
b.bucket.sequence = v
return nil
}