diff --git a/sdk/metric/sdk.go b/sdk/metric/sdk.go index 8461682d08c..a942f86f2d4 100644 --- a/sdk/metric/sdk.go +++ b/sdk/metric/sdk.go @@ -128,7 +128,7 @@ var ( // ErrUninitializedInstrument is returned when an instrument is used when uninitialized. ErrUninitializedInstrument = fmt.Errorf("use of an uninitialized instrument") - // ErrBadInstrument is returned with an instrument from another SDK is + // ErrBadInstrument is returned when an instrument from another SDK is // attempted to be registered with this SDK. ErrBadInstrument = fmt.Errorf("use of a instrument from another SDK") )