diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-10-31 16:34:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-11-07 23:16:27 +0100 |
commit | a28464ae77c201ae29afc9dc9dc756b80a960d4c (patch) | |
tree | efcf174ba85a45906ac7bc4ede3d5d71d5f75d04 /docs/cmdline-opts/range.d | |
parent | d3d079c138e8abaedcb0c557bc466e69e6b79b1c (diff) | |
download | curl-a28464ae77c201ae29afc9dc9dc756b80a960d4c.tar.gz |
docs: reduce/avoid English contractions
You're => You are
Hasn't => Has not
Doesn't => Does not
Don't => Do not
You'll => You will
etc
Closes #7930
Diffstat (limited to 'docs/cmdline-opts/range.d')
-rw-r--r-- | docs/cmdline-opts/range.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cmdline-opts/range.d b/docs/cmdline-opts/range.d index 64a2f430a..90c74b147 100644 --- a/docs/cmdline-opts/range.d +++ b/docs/cmdline-opts/range.d @@ -40,8 +40,8 @@ the server's response will be unspecified, depending on the server's configuration. You should also be aware that many HTTP/1.1 servers do not have this feature -enabled, so that when you attempt to get a range, you'll instead get the whole -document. +enabled, so that when you attempt to get a range, you will instead get the +whole document. FTP and SFTP range downloads only support the simple 'start-stop' syntax (optionally with one of the numbers omitted). FTP use depends on the extended |