From eefbad47232124ec8f46117393b211eb11ef2488 Mon Sep 17 00:00:00 2001 From: sperber Date: Wed, 22 Jan 2003 10:48:46 +0000 Subject: [PATCH] Typo fix. --- doc/latex/cgi-script.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/latex/cgi-script.tex b/doc/latex/cgi-script.tex index 09bcca9..e846a7d 100644 --- a/doc/latex/cgi-script.tex +++ b/doc/latex/cgi-script.tex @@ -13,7 +13,7 @@ writing CGI scripts in Scheme. (\ex{REQUEST\_METHOD}, \ex{QUERY\_STRING} (for a \ex{GET} request), \ex{CONTENT\_LENGTH} (for a \ex{POST} request)). So a query string like \codex{button=on\&\ob{}reply=Oh,\ob{}\%20yes} becomes an alist - \codex{(("button" . "on") ("reply" . "Oh, yes"))}. + \codex{(("button" . "on") ("reply" . "Oh, yes"))} \ex{Cgi-form-query} only works for \ex{GET} and \ex{POST} methods. \end{desc}