Skip to content

Commit

Permalink
Fix aggregator doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antw committed Dec 29, 2021
1 parent acdcd00 commit fe4c361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sstable/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/antw/violin/internal/storage"
)

// multiStore implements SerializableStore across multiple SerializableStores so that all their
// aggregator implements SerializableStore across multiple SerializableStores so that all their
// key/value pairs can be iterated over in lexographic order.
type aggregator struct {
stores []storage.SerializableStore
Expand Down

0 comments on commit fe4c361

Please sign in to comment.