docs(typo): update wording (#12885)

This commit is contained in:
Cemre Mengu 2023-03-17 16:41:21 +03:00 committed by GitHub
parent 3b5f599106
commit 6b943d04ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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