mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +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:
parent
16050431f2
commit
461b62efc9
1 changed files with 2 additions and 2 deletions
|
@ -726,9 +726,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue