Skip to content

Commit

Permalink
Add missing word in WithView() doc string (#5506)
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Volz <julius.volz@gmail.com>
Co-authored-by: Sam Xie <sam@samxie.me>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 14, 2024
1 parent 1438392 commit 2841e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/metric/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2841e39

Please sign in to comment.