diff --git a/bucket.go b/bucket.go index d8750b1..9dcb938 100644 --- a/bucket.go +++ b/bucket.go @@ -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 }