Skip to content

Commit

Permalink
Removed unnecessary word
Browse files Browse the repository at this point in the history
  • Loading branch information
yumosx committed Nov 24, 2024
1 parent 02b4bfd commit 0e788e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type Reader interface {

// Collect gathers and returns all metric data related to the Reader from
// the SDK and stores it in rm. An error is returned if this is called
// after Shutdown or if rm is nil resourceMetrics.
// after Shutdown or if rm is nil.
//
// This method needs to be concurrent safe, and the cancellation of the
// passed context is expected to be honored.
Expand Down

0 comments on commit 0e788e2

Please sign in to comment.