From dd484a7da4d4274613f07d23021dd3ef0cad444c Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Wed, 12 Jun 2024 22:23:15 +0200 Subject: [PATCH] Add missing word in WithView() doc string Signed-off-by: Julius Volz --- 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.