]> Repositorios git - scryer-prolog.git/commitdiff
Fix typo
authorAdrián Arroyo Calle <[email protected]>
Sun, 21 Feb 2021 20:08:03 +0000 (21:08 +0100)
committerAdrián Arroyo Calle <[email protected]>
Sun, 21 Feb 2021 20:08:03 +0000 (21:08 +0100)
src/lib/http/http_server.pl

index f39b2226571bbc1f752c485a6a87c5d5bc02eb03..72657c35d301964873ef68297695b54449e4b6c1 100644 (file)
@@ -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.