From a679ddf1d14d4d6f657b8cea28858edd7ed17db3 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 3 Aug 2020 21:40:42 -0400 Subject: [PATCH] style --- src/Tiny_httpd.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tiny_httpd.mli b/src/Tiny_httpd.mli index 54555462..b890c2ed 100644 --- a/src/Tiny_httpd.mli +++ b/src/Tiny_httpd.mli @@ -538,7 +538,7 @@ val stop : t -> unit val run : t -> (unit, exn) result (** Run the main loop of the server, listening on a socket described at the server's creation time, using [new_thread] to - start a thread for each new client. + start a thread for each new client. This returns [Ok ()] if the server exits gracefully, or [Error e] if it exits with an error. *)