diff --git a/sdk/metric/reader.go b/sdk/metric/reader.go index 9c54561aac7..d13a7069788 100644 --- a/sdk/metric/reader.go +++ b/sdk/metric/reader.go @@ -60,8 +60,8 @@ type Reader interface { aggregation(InstrumentKind) Aggregation // nolint:revive // import-shadow for method scoped by type. // Collect gathers and returns all metric data related to the Reader from - // the SDK and stores it in out. An error is returned if this is called - // after Shutdown or if out is nil. + // the SDK and stores it in rm. An error is returned if this is called + // 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.