update doc

Co-authored-by: ELLIOTTCABLE <github.com@from.ec>
This commit is contained in:
Simon Cruanes 2023-08-30 12:50:02 -04:00
parent 4306a635f3
commit 5d04850997
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -35,7 +35,7 @@ val with_span :
*)
val add_data : (string * user_data) list -> unit
(** Add structured data to the current span (the ambient {!with_span}).
(** Add structured data to the current, implicit span (see {!with_span}).
Behavior is not specified if there is no current span.
@since NEXT_RELEASE *)