Update src/core/collector.ml

Co-authored-by: ELLIOTTCABLE <github.com@from.ec>
This commit is contained in:
Simon Cruanes 2023-08-30 12:49:44 -04:00
parent e34d6dade3
commit 4306a635f3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -54,7 +54,7 @@ module type S = sig
@since 0.3 *)
val add_data : (string * user_data) list -> unit
(** @since Adds data to the ambient span.
(** @since Adds data to the current, implicit span.
NEXT_RELEASE *)
val add_data_to_manual_span :