From e3877dbf0f6e854eb24a6b952b603daf2e53e2a5 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Thu, 14 Aug 2008 22:53:03 +0000 Subject: [PATCH] Error svn: r11266 --- collects/web-server/scribblings/servlet.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/servlet.scrbl b/collects/web-server/scribblings/servlet.scrbl index 9d227da96b..9fbb335f58 100644 --- a/collects/web-server/scribblings/servlet.scrbl +++ b/collects/web-server/scribblings/servlet.scrbl @@ -103,7 +103,8 @@ related to HTTP request data structures. and the content @scheme[content]. } -@defproc[(bindings-assq [binds (listof binding?)]) +@defproc[(bindings-assq [id bytes?] + [binds (listof binding?)]) (or/c false/c binding?)]{ Returns the binding with an id equal to @scheme[id] from @scheme[binds] or @scheme[#f]. }