1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

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>
This commit is contained in:
Arun Isaac 2020-03-25 02:57:17 +05:30 committed by Ludovic Courtès
parent a43aa1bc79
commit 3f279562ff

View file

@ -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