From 6b943d04ca5074f1535d139e0e3decb7f70768f3 Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Fri, 17 Mar 2023 16:41:21 +0300 Subject: [PATCH] docs(typo): update wording (#12885) --- accumulator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accumulator.go b/accumulator.go index 53ce0642b..ece69f3b1 100644 --- a/accumulator.go +++ b/accumulator.go @@ -38,7 +38,7 @@ type Accumulator interface { tags map[string]string, t ...time.Time) - // AddMetric adds an metric to the accumulator. + // AddMetric adds a metric to the accumulator. AddMetric(Metric) // SetPrecision sets the timestamp rounding precision. All metrics @@ -73,7 +73,7 @@ type DeliveryInfo interface { type TrackingAccumulator interface { Accumulator - // Add the Metric and arrange for tracking feedback after processing.. + // Add the Metric and arrange for tracking feedback after processing. AddTrackingMetric(m Metric) TrackingID // Add a group of Metrics and arrange for a signal when the group has been