From 5d04850997b83abd89110e341de82d6de8180807 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 30 Aug 2023 12:50:02 -0400 Subject: [PATCH] update doc Co-authored-by: ELLIOTTCABLE --- src/core/trace_core.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/trace_core.mli b/src/core/trace_core.mli index ee27b6f..f5394ff 100644 --- a/src/core/trace_core.mli +++ b/src/core/trace_core.mli @@ -35,7 +35,7 @@ val with_span : *) val add_data : (string * user_data) list -> unit -(** Add structured data to the current span (the ambient {!with_span}). +(** Add structured data to the current, implicit span (see {!with_span}). Behavior is not specified if there is no current span. @since NEXT_RELEASE *)