bug-guile
[Top][All Lists]
Advanced

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

bug#23333: typo in documentation


From: Luri Bert
Subject: bug#23333: typo in documentation
Date: Thu, 21 Apr 2016 19:05:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hello!

There is a little typo in the documentation. Here is the patch.

Bye,
Luri

>From 3aa250f58e01463fe172fd4de80f34df403f554b Mon Sep 17 00:00:00 2001
From: Luribert <address@hidden>
Date: Thu, 21 Apr 2016 18:56:58 +0200
Subject: [PATCH] Fixed typo in documentation.

* doc/ref/web.texi (Http Headers): Fixed typo.
---
 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 2311b82..b078929 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -747,9 +747,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
-- 
2.5.0


reply via email to

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