diff --git a/src/Tiny_httpd_server.mli b/src/Tiny_httpd_server.mli index c0497b0a..98b7691f 100644 --- a/src/Tiny_httpd_server.mli +++ b/src/Tiny_httpd_server.mli @@ -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 . *)