[racket-dev] [PATCH 2/3] add an "s"

From: Eric Hanchrow (eric.hanchrow at gmail.com)
Date: Sat Oct 22 17:47:42 EDT 2011

---
 collects/web-server/scribblings/web-server.scrbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/collects/web-server/scribblings/web-server.scrbl b/collects/web-server/scribblings/web-server.scrbl
index 3bd1910..11c610c 100644
--- a/collects/web-server/scribblings/web-server.scrbl
+++ b/collects/web-server/scribblings/web-server.scrbl
@@ -13,7 +13,7 @@ This manual describes the Racket libraries for building Web applications.
 @secref["servlet"] use the entire Racket language, but their continuations are stored in the Web server's memory.
 @secref["stateless"] use a slightly restricted Racket language, but their continuation can be stored by the Web client or on a Web server's disk. If you can, you want to use @secref["stateless"] for the improved scalability.
 
-The @secref["http"] section describes the common library function for manipulating HTTP requests and creating HTTP responses.
+The @secref["http"] section describes the common library functions for manipulating HTTP requests and creating HTTP responses.
 In particular, this section covers cookies, authentication, and request bindings.
 
 The final five sections (@secref["dispatch"], @secref["formlets"], @secref["templates"], @secref["page"], and @secref["test"]) cover utility libraries that ease the creation of typical Web applications.
-- 
1.7.6.348.gbd207



Posted on the dev mailing list.