unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#23333: typo in documentation
@ 2016-04-21 17:05 Luri Bert
  2016-05-08 19:59 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Luri Bert @ 2016-04-21 17:05 UTC (permalink / raw)
  To: 23333

[-- Attachment #1: Type: text/plain, Size: 84 bytes --]

Hello!

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

Bye,
Luri


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: typofix.patch --]
[-- Type: text/x-diff, Size: 972 bytes --]

From 3aa250f58e01463fe172fd4de80f34df403f554b Mon Sep 17 00:00:00 2001
From: Luribert <luribert331@zoho.com>
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#23333: typo in documentation
  2016-04-21 17:05 bug#23333: typo in documentation Luri Bert
@ 2016-05-08 19:59 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-05-08 19:59 UTC (permalink / raw)
  To: Luri Bert; +Cc: 23333

Luri Bert <luribert331@zoho.com> skribis:

>>From 3aa250f58e01463fe172fd4de80f34df403f554b Mon Sep 17 00:00:00 2001
> From: Luribert <luribert331@zoho.com>
> Date: Thu, 21 Apr 2016 18:56:58 +0200
> Subject: [PATCH] Fixed typo in documentation.
>
> * doc/ref/web.texi (Http Headers): Fixed typo.

Applied, thanks!

Ludo’.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-08 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-21 17:05 bug#23333: typo in documentation Luri Bert
2016-05-08 19:59 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).