summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2020-03-25 02:57:17 +0530
committerLudovic Courtès <ludo@gnu.org>2020-06-18 00:30:30 +0200
commit3f279562fff0b581ce5d0f6cb388a45d3bd2a0d4 (patch)
tree401e4ae314400dc5479fb0d8acf38fc3f5449d14
parenta43aa1bc79b99321e8569e644008907d5841e334 (diff)
downloadguile-3f279562fff0b581ce5d0f6cb388a45d3bd2a0d4.tar.gz
doc: Fix minor typo in the HTTP headers documentation.
* doc/ref/web.texi (HTTP Headers): Fix minor typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--doc/ref/web.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 2d07dd7b1..31630def7 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -774,7 +774,7 @@ The MD5 digest of a resource.
@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 rage, and either @code{*} or an integer, for the
+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.
@example