From 202ef14f5955b8767149e538757425e3763d0d50 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 24 May 2023 15:42:32 -0400 Subject: [PATCH] doc --- src/Tiny_httpd_server.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . *)