From f204d95a8bb10db3a2b473c1b0af0e20c4f94828 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 25 May 2020 14:37:35 +0800 Subject: [PATCH] docs: fix range This is a range so there should be two dots (as in the other ranges). --- docs/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 725eb64bb..7f7276189 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -881,7 +881,7 @@ up, up to the maximum set with `--multi-thread-streams`. So if `--multi-thread-cutoff 250MB` and `--multi-thread-streams 4` are in effect (the defaults): -- 0MB.250MB files will be downloaded with 1 stream +- 0MB..250MB files will be downloaded with 1 stream - 250MB..500MB files will be downloaded with 2 streams - 500MB..750MB files will be downloaded with 3 streams - 750MB+ files will be downloaded with 4 streams