Update src/core/trace_core.mli

Co-authored-by: ELLIOTTCABLE <github.com@from.ec>
This commit is contained in:
Simon Cruanes 2023-08-03 15:41:59 -04:00 committed by GitHub
parent 3349b84532
commit 630f2a601b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ val enter_manual_sub_span :
string ->
explicit_span
(** Like {!with_span} but the caller is responsible for
providing the [parent] context, and carry the resulting
obtaining the [parent] span from their {e own} caller, and carry the resulting
{!explicit_span} to the matching {!exit_manual_span}.
@since NEXT_RELEASE *)