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 *)