From 77968ab33a08d9392445b6b5bd416defc9c79172 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Sun, 21 Feb 2021 21:08:03 +0100 Subject: [PATCH] Fix typo --- src/lib/http/http_server.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/http/http_server.pl b/src/lib/http/http_server.pl index f39b2226..72657c35 100644 --- a/src/lib/http/http_server.pl +++ b/src/lib/http/http_server.pl @@ -10,7 +10,7 @@ Usage ========== The main predicate of the library is http_listen/2, which needs a port number - (usually 80) and a list of handlers. A handler is a compund term with the functor + (usually 80) and a list of handlers. A handler is a compound term with the functor as one HTTP method (in lowercase) and followed by a Route Match and a predicate which will handle the call. -- 2.54.0