1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

fix typo in web.texi

* doc/ref/web.texi (HTTP Headers): Fix typo in example.  Fixes
  http://bugs.gnu.org/10890.
This commit is contained in:
Andy Wingo 2012-07-06 12:23:39 +02:00
parent fc835b1b14
commit d540a1d648

View 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