This commit is contained in:
Simon Cruanes 2023-05-24 15:42:32 -04:00
parent 163d720641
commit 202ef14f59
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -568,7 +568,7 @@ val run : ?after_init:(unit -> unit) -> t -> (unit, exn) result
This returns [Ok ()] if the server exits gracefully, or [Error e] if
it exits with an error.
@param after_init is called after the server starts listening. @since NEXT_RELEASE .
@param after_init is called after the server starts listening. since NEXT_RELEASE .
*)