Skip to content

Commit 5d0372d

Browse files
Fix typo in comment (#1377)
1 parent 55ff277 commit 5d0372d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/metric/aggregator/aggregator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func NewInconsistentAggregatorError(a1, a2 export.Aggregator) error {
3131
return fmt.Errorf("%w: %T and %T", aggregation.ErrInconsistentType, a1, a2)
3232
}
3333

34-
// RangeTest is a commmon routine for testing for valid input values.
34+
// RangeTest is a common routine for testing for valid input values.
3535
// This rejects NaN values. This rejects negative values when the
3636
// metric instrument does not support negative values, including
3737
// monotonic counter metrics and absolute ValueRecorder metrics.

0 commit comments

Comments
 (0)