From f14dc1281d10939b8ceaf8ccf5eea9a324732ae2 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Thu, 12 Oct 2023 00:34:32 -0700 Subject: [PATCH] metric: Typo fix in doc (#4608) --- metric/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metric/doc.go b/metric/doc.go index ae24e448d91..54716e13b35 100644 --- a/metric/doc.go +++ b/metric/doc.go @@ -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"