mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05: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) ->
|
||||
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 *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue