bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10890: Erroneous REPL Example in Web HTTP Documentation


From: Daniel Krueger
Subject: bug#10890: Erroneous REPL Example in Web HTTP Documentation
Date: Sun, 26 Feb 2012 13:03:49 +0100

Hello there,

I found a little "copy'n'paste" error in the Web HTTP Documentation
(http://www.gnu.org/software/guile/manual/html_node/HTTP-Headers.html#HTTP-Headers)
where it says

(parse-header 'content-encoding "gzip")
=> (GET HEAD)

but which should be

(parse-header 'content-encoding "gzip")
=> (gzip)

Sorry for my english, by the way.

Daniel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]