From 080e0de1386ec83f556ffdd090ff8f20ccc3b5df Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 30 Apr 2022 13:26:12 -0400 Subject: [PATCH] Update src/opentelemetry.ml Co-authored-by: Matt Bray --- src/opentelemetry.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opentelemetry.ml b/src/opentelemetry.ml index 6b2a2aa8..bfd9c4b4 100644 --- a/src/opentelemetry.ml +++ b/src/opentelemetry.ml @@ -710,7 +710,7 @@ end The metrics are automatically called regularly. This allows applications to register metrics callbacks from various points - in the program (or even in librariese), and not worry about setting + in the program (or even in libraries), and not worry about setting alarms/intervals to emit them. *) module Metrics_callbacks = struct open struct