Skip to content

Commit

Permalink
Fix typo in comment (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyxiaoqiang committed Nov 30, 2020
1 parent 55ff277 commit 5d0372d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/aggregator/aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewInconsistentAggregatorError(a1, a2 export.Aggregator) error {
return fmt.Errorf("%w: %T and %T", aggregation.ErrInconsistentType, a1, a2)
}

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

0 comments on commit 5d0372d

Please sign in to comment.