summaryrefslogtreecommitdiff
path: root/vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-09-24 12:26:26 +0200
committerLibravatar GitHub <noreply@github.com>2024-09-24 12:26:26 +0200
commitde7285579048a5335dff5bc9f06ab777f244ad4e (patch)
treec4a80f08fa79189f79c7499f23cb19ea7e00fb52 /vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go
parent[chore/docs] More little tweaks (#3336) (diff)
downloadgotosocial-de7285579048a5335dff5bc9f06ab777f244ad4e.tar.xz
[chore] Roll otel deps back to `v1.29.0` / `v0.51.0` (#3337)v0.17.0-rc1
Diffstat (limited to 'vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go')
-rw-r--r--vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go b/vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go
index f8435d8f2..cf23db778 100644
--- a/vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go
+++ b/vendor/go.opentelemetry.io/otel/metric/asyncfloat64.go
@@ -213,7 +213,7 @@ type Float64Observer interface {
}
// Float64Callback is a function registered with a Meter that makes
-// observations for a Float64Observable instrument it is registered with.
+// observations for a Float64Observerable instrument it is registered with.
// Calls to the Float64Observer record measurement values for the
// Float64Observable.
//