Skip to content

Commit f14dc12

Browse files
authored
metric: Typo fix in doc (#4608)
1 parent 1ed79e7 commit f14dc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metric/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ of [go.opentelemetry.io/otel/metric].
149149
150150
Finally, an author can embed another implementation in theirs. The embedded
151151
implementation will be used for methods not defined by the author. For example,
152-
an author who want to default to silently dropping the call can use
152+
an author who wants to default to silently dropping the call can use
153153
[go.opentelemetry.io/otel/metric/noop]:
154154
155155
import "go.opentelemetry.io/otel/metric/noop"

0 commit comments

Comments
 (0)