Skip to content

Commit

Permalink
Update internal/hash-db/hash_db.go
Browse files Browse the repository at this point in the history
Co-authored-by: Haiko Schol <[email protected]>
  • Loading branch information
timwu20 and haikoschol authored Nov 13, 2024
1 parent 12612d2 commit d5ccb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/hash-db/hash_db.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type HashDB[Hash comparable] interface {
Emplace(key Hash, prefix Prefix, value []byte)

// Remove a datum previously inserted. Insertions can be "owed" such that the same number of
// inserts may happen without the data being eventually being inserted into the DB.
// inserts may happen without the data eventually being inserted into the DB.
// It can be "owed" more than once.
Remove(key Hash, prefix Prefix)
}

0 comments on commit d5ccb3d

Please sign in to comment.