Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Rabenhorst <[email protected]>
  • Loading branch information
rabenhorst committed Jan 11, 2023
1 parent 80d0d6b commit 0d35f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dedup/iter.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ func (it *dedupSeriesIterator) Next() chunkenc.ValueType {
if it.useA != lastUseA && isFloatVal {
// We switched replicas.
// Ensure values are correct bases on value before At.
// TODO(rabenhorst): Investiagte if we also need to implement adjusting histograms here.
// TODO(rabenhorst): Investigate if we also need to implement adjusting histograms here.
it.adjustAtValue(lastFloatVal)
}
}()
Expand Down

0 comments on commit 0d35f4a

Please sign in to comment.