From dc4037a14e0665595e2410296fb38f6dc40583f5 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 3 Aug 2023 15:41:59 -0400 Subject: [PATCH] Update src/core/trace_core.mli 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 d630081..d3e18dd 100644 --- a/src/core/trace_core.mli +++ b/src/core/trace_core.mli @@ -43,7 +43,7 @@ val enter_manual_sub_span : string -> explicit_span (** Like {!with_span} but the caller is responsible for - providing the [parent] context, and carry the resulting + obtaining the [parent] span from their {e own} caller, and carry the resulting {!explicit_span} to the matching {!exit_manual_span}. @since NEXT_RELEASE *)