mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
doc: Fix minor typo in the HTTP headers documentation.
* doc/ref/web.texi (HTTP Headers): Fix minor typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f4f9d177f0
commit
77c4f2f48d
1 changed files with 1 additions and 1 deletions
|
@ -795,7 +795,7 @@ The MIME type of a resource, as a symbol, along with any parameters.
|
|||
(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
|
||||
Note that the @code{charset} parameter is something of a misnomer, and
|
||||
the HTTP specification admits this. It specifies the @emph{encoding} of
|
||||
the characters, not the character set.
|
||||
@end deftypevr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue