Update src/core/trace_core.mli

Co-authored-by: Corentin Leruth <corentin.leruth@gmail.com>
This commit is contained in:
Simon Cruanes 2023-08-03 11:25:08 -04:00
parent a09a4fc69a
commit 4ca766166f

View file

@ -42,7 +42,7 @@ val enter_explicit_span :
?data:(unit -> (string * user_data) list) -> ?data:(unit -> (string * user_data) list) ->
string -> string ->
explicit_span 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 providing the [surrounding] context, and carry the resulting
{!explicit_span} to the matching {!exit_explicit_span}. {!explicit_span} to the matching {!exit_explicit_span}.
@since NEXT_RELEASE *) @since NEXT_RELEASE *)