mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
style
This commit is contained in:
parent
13dca59afd
commit
a679ddf1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue