diff --git a/src/client/batch.mli b/src/client/batch.mli index f50e1675..fa64083b 100644 --- a/src/client/batch.mli +++ b/src/client/batch.mli @@ -57,5 +57,5 @@ val push' : 'a t -> 'a list -> unit open Opentelemetry_emitter val wrap_emitter : 'a t -> 'a Emitter.t -> 'a Emitter.t -(** [batch_emitter batch e] is an emitter that uses batch [batch] to gather +(** [wrap_emitter batch e] is an emitter that uses batch [batch] to gather signals into larger lists before passing them to [e]. *)