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:
parent
b9f6e89a27
commit
a7d0a0de2f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue