Skip to content

Commit

Permalink
metric: Typo fix in doc (#4608)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Oct 12, 2023
1 parent 1ed79e7 commit f14dc12
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 f14dc12

Please sign in to comment.