Skip to content

Commit

Permalink
Update sdk/metric/sdk.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored May 2, 2022
1 parent 8f38630 commit 714131f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit 714131f

Please sign in to comment.