From c7bacb0d81894a6545901275dad32acbdd88a2fc Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Fri, 29 Jan 2021 22:14:14 +0100 Subject: [PATCH] Update cohttp-lwt-unix/src/server.mli --- cohttp-lwt-unix/src/server.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cohttp-lwt-unix/src/server.mli b/cohttp-lwt-unix/src/server.mli index d6e8d101c6..5050390dd7 100644 --- a/cohttp-lwt-unix/src/server.mli +++ b/cohttp-lwt-unix/src/server.mli @@ -15,7 +15,7 @@ val respond_file : The user can decide to start a simple HTTP server (without encryption) or one with TLS encryption. It depends on what the user gives as [mode] - and hpw [conduit-unix] is configured. + and how [conduit-unix] is configured. To create a simple HTTP server listening on port 8089: