Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Co-authored-by: Adi Seredinschi <[email protected]>
  • Loading branch information
jmalicevic and adizere authored Jan 30, 2024
1 parent 3ae37a7 commit 0876df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleveldb.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (db *CLevelDB) DeleteSync(key []byte) error {
return nil
}

// CompactRange implements DB and compacts the given range of the DB
// Compact implements DB and compacts the given range of the DB
func (db *CLevelDB) Compact(start, end []byte) error {
// CompactRange of clevelDB does not return anything
db.db.CompactRange(levigo.Range{Start: start, Limit: end})
Expand Down

0 comments on commit 0876df8

Please sign in to comment.