diff --git a/src/core/collector.ml b/src/core/collector.ml index 180933b..2ccdd37 100644 --- a/src/core/collector.ml +++ b/src/core/collector.ml @@ -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 :