mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +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:
parent
fc835b1b14
commit
d540a1d648
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ A list of allowed methods on a given resource, as symbols.
|
||||||
A list of content codings, as symbols.
|
A list of content codings, as symbols.
|
||||||
@example
|
@example
|
||||||
(parse-header 'content-encoding "gzip")
|
(parse-header 'content-encoding "gzip")
|
||||||
@result{} (GET HEAD)
|
@result{} (gzip)
|
||||||
@end example
|
@end example
|
||||||
@end deftypevr
|
@end deftypevr
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue