From 2a704f96235e551573999cac163e544b1bdf89d3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 20 Jul 2022 23:57:10 +0530 Subject: web: server: Add article 'the' in handler docstring. * tissue/web/server.scm (handler): Add article 'the' in docstring. --- tissue/web/server.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tissue/web/server.scm b/tissue/web/server.scm index 8f967b9..7331e57 100644 --- a/tissue/web/server.scm +++ b/tissue/web/server.scm @@ -247,7 +247,7 @@ query. QUERY and FILTER are Xapian Query objects." (define (handler request body hosts state-directory) "Handle web REQUEST with BODY and return two values---the response -headers and body. +headers and the body. See `start-web-server' for documentation of HOSTS and STATE-DIRECTORY." -- cgit v1.2.3