diff --git a/sdk/metric/config.go b/sdk/metric/config.go index 9a41f94e979..bbe7bf671fd 100644 --- a/sdk/metric/config.go +++ b/sdk/metric/config.go @@ -122,7 +122,7 @@ func WithReader(r Reader) Option { }) } -// WithView associates views a MeterProvider. +// WithView associates views with a MeterProvider. // // Views are appended to existing ones in a MeterProvider if this option is // used multiple times.