From 4306a635f3b1aa74641f3096d140c053a6428775 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 30 Aug 2023 12:49:44 -0400 Subject: [PATCH] Update src/core/collector.ml Co-authored-by: ELLIOTTCABLE --- src/core/collector.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :