diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2020-03-25 02:57:17 +0530 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-18 00:30:30 +0200 |
commit | 3f279562fff0b581ce5d0f6cb388a45d3bd2a0d4 (patch) | |
tree | 401e4ae314400dc5479fb0d8acf38fc3f5449d14 /doc/ref | |
parent | a43aa1bc79b99321e8569e644008907d5841e334 (diff) | |
download | guile-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>
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/web.texi | 2 |
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 |