fix typo in web.texi
authorAndy Wingo <wingo@pobox.com>
Fri, 6 Jul 2012 10:23:39 +0000 (12:23 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 6 Jul 2012 10:23:39 +0000 (12:23 +0200)
* doc/ref/web.texi (HTTP Headers): Fix typo in example.  Fixes
  http://bugs.gnu.org/10890.

doc/ref/web.texi

index c374833..a3d92ad 100644 (file)
@@ -665,7 +665,7 @@ A list of allowed methods on a given resource, as symbols.
 A list of content codings, as symbols.
 @example
 (parse-header 'content-encoding "gzip")
-@result{} (GET HEAD)
+@result{} (gzip)
 @end example
 @end deftypevr