guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 08/10: doc: Improve content-range HTTP header documentat


From: Ludovic Courtès
Subject: [Guile-commits] 08/10: doc: Improve content-range HTTP header documentation.
Date: Wed, 17 Jun 2020 18:32:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit 782a5af969b65bbcd00a51877dd28b7ba8b34fd1
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Wed Mar 25 02:57:18 2020 +0530

    doc: Improve content-range HTTP header documentation.
    
    * doc/ref/web.texi (HTTP Headers): Improve punctuation in content-range
    HTTP header documentation.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/ref/web.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 31630de..93cd021 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -772,11 +772,11 @@ The MD5 digest of a resource.
 @end deftypevr
 
 @deftypevr {HTTP Header} List content-range
-A range specification, as a list of three elements: the symbol
-@code{bytes}, either the symbol @code{*} or a pair of integers,
-indicating the byte range, and either @code{*} or an integer, for the
-instance length.  Used to indicate that a response only includes part of
-a resource.
+Range specification as a list of three elements: the symbol
+@code{bytes}, either the symbol @code{*} or a pair of integers
+indicating the byte range, and either @code{*} or an integer indicating
+the instance length.  Used to indicate that a response only includes
+part of a resource.
 @example
 (parse-header 'content-range "bytes 10-20/*")
 @result{} (bytes (10 . 20) *)



reply via email to

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