guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 02/03: doc: Fix minor typo in the HTTP headers documenta


From: Ludovic Courtès
Subject: [Guile-commits] 02/03: doc: Fix minor typo in the HTTP headers documentation.
Date: Mon, 24 Jun 2019 09:25:36 -0400 (EDT)

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

commit 77c4f2f48d3b71117ad60965d1055988f4a6f734
Author: Arun Isaac <address@hidden>
Date:   Mon Jan 7 17:42:31 2019 +0530

    doc: Fix minor typo in the HTTP headers documentation.
    
    * doc/ref/web.texi (HTTP Headers): Fix minor typo.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 doc/ref/web.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index f589cfb..24bae64 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -795,7 +795,7 @@ The MIME type of a resource, as a symbol, along with any 
parameters.
 (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
+Note that the @code{charset} parameter is something of a misnomer, and
 the HTTP specification admits this.  It specifies the @emph{encoding} of
 the characters, not the character set.
 @end deftypevr



reply via email to

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