We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ff277 commit 5d0372dCopy full SHA for 5d0372d
sdk/metric/aggregator/aggregator.go
@@ -31,7 +31,7 @@ func NewInconsistentAggregatorError(a1, a2 export.Aggregator) error {
31
return fmt.Errorf("%w: %T and %T", aggregation.ErrInconsistentType, a1, a2)
32
}
33
34
-// RangeTest is a commmon routine for testing for valid input values.
+// RangeTest is a common routine for testing for valid input values.
35
// This rejects NaN values. This rejects negative values when the
36
// metric instrument does not support negative values, including
37
// monotonic counter metrics and absolute ValueRecorder metrics.
0 commit comments