nit: add period at end of sentence

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2024-07-04 15:52:48 +02:00
parent 9a837b7f3c
commit 44d8c1d182

View file

@ -2780,7 +2780,7 @@ type groupedAggregation struct {
histogramValue *histogram.FloatHistogram
floatMean float64 // Mean, or "compensating value" for Kahan summation.
groupCount float64
groupAggrComplete bool // Used by LIMITK to short-cut series loop when we've reached K elem on every group
groupAggrComplete bool // Used by LIMITK to short-cut series loop when we've reached K elem on every group.
heap vectorByValueHeap
}