mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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
|
||||
The MIME type of a resource, as a symbol, along with any parameters.
|
||||
@example
|
||||
(parse-header 'content-length "text/plain")
|
||||
(parse-header 'content-type "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"))
|
||||
@end example
|
||||
Note that the @code{charset} parameter is something is a misnomer, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue