Typo fix.

This commit is contained in:
sperber 2003-01-22 10:48:46 +00:00
parent 45a1746bc9
commit eefbad4723
1 changed files with 1 additions and 1 deletions

View File

@ -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}