guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 03/03: doc: Fix typo in Web documentation.


From: Ludovic Courtès
Subject: [Guile-commits] 03/03: doc: Fix typo in Web documentation.
Date: Sun, 8 May 2016 20:01:33 +0000 (UTC)

civodul pushed a commit to branch stable-2.0
in repository guile.

commit 461b62efc90135d3ca8719ba0f3b6ced4ad13754
Author: Luribert <address@hidden>
Date:   Thu Apr 21 18:56:58 2016 +0200

    doc: Fix typo in Web documentation.
    
    * doc/ref/web.texi (Http Headers): Fixed typo.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/ref/web.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index c59f958..9e6e0fd 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -726,9 +726,9 @@ a resource.
 @deftypevr {HTTP Header} List content-type
 The MIME type of a resource, as a symbol, along with any parameters.
 @example
-(parse-header 'content-length "text/plain")
+(parse-header 'content-type "text/plain")
 @result{} (text/plain)
-(parse-header 'content-length "text/plain;charset=utf-8")
+(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



reply via email to

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