mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
Update src/core/trace_core.mli
Co-authored-by: Corentin Leruth <corentin.leruth@gmail.com>
This commit is contained in:
parent
a09a4fc69a
commit
4ca766166f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue