From 2841e3966153cc3aec8988596c8291f55bcda9f9 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 14 Jun 2024 18:43:17 +0200 Subject: [PATCH] Add missing word in WithView() doc string (#5506) Signed-off-by: Julius Volz Co-authored-by: Sam Xie Co-authored-by: Tyler Yahn --- sdk/metric/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.