diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ref/web.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/web.texi b/doc/ref/web.texi index f589cfbf7..24bae64e2 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -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 |