From d76567d7b3aeed0449c705bbbf32ed7b25f2c7b0 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 3 Aug 2023 11:25:08 -0400 Subject: [PATCH] Update src/core/trace_core.mli Co-authored-by: Corentin Leruth --- 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 0c8e31f..4b31642 100644 --- a/src/core/trace_core.mli +++ b/src/core/trace_core.mli @@ -42,7 +42,7 @@ val enter_explicit_span : ?data:(unit -> (string * user_data) list) -> string -> explicit_span -(** Like {!enter_span} but the caller is responsible for +(** Like {!with_span} but the caller is responsible for providing the [surrounding] context, and carry the resulting {!explicit_span} to the matching {!exit_explicit_span}. @since NEXT_RELEASE *)