Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
Use wants for 3rd persion sigular subject.
  • Loading branch information
MrAlias committed Oct 11, 2023
1 parent 960e6ab commit 9a236bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ of [go.opentelemetry.io/otel/metric].
Finally, an author can embed another implementation in theirs. The embedded
implementation will be used for methods not defined by the author. For example,
an author who want to default to silently dropping the call can use
an author who wants to default to silently dropping the call can use
[go.opentelemetry.io/otel/metric/noop]:
import "go.opentelemetry.io/otel/metric/noop"
Expand Down

0 comments on commit 9a236bd

Please sign in to comment.