1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

doc: Fix typo in Web documentation.

* doc/ref/web.texi (Http Headers): Fixed typo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Luribert 2016-04-21 18:56:58 +02:00 committed by Andy Wingo
parent b9f6e89a27
commit a7d0a0de2f

View file

@ -747,9 +747,9 @@ a resource.
@deftypevr {HTTP Header} List content-type @deftypevr {HTTP Header} List content-type
The MIME type of a resource, as a symbol, along with any parameters. The MIME type of a resource, as a symbol, along with any parameters.
@example @example
(parse-header 'content-length "text/plain") (parse-header 'content-type "text/plain")
@result{} (text/plain) @result{} (text/plain)
(parse-header 'content-length "text/plain;charset=utf-8") (parse-header 'content-type "text/plain;charset=utf-8")
@result{} (text/plain (charset . "utf-8")) @result{} (text/plain (charset . "utf-8"))
@end example @end example
Note that the @code{charset} parameter is something is a misnomer, and Note that the @code{charset} parameter is something is a misnomer, and