From 259f1287f2a6fb2cf13480f19df6f964d7d978f5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Dec 2023 13:57:13 +0100 Subject: [PATCH] usingcurl/transfers/request-rate.md: language --- usingcurl/transfers/request-rate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usingcurl/transfers/request-rate.md b/usingcurl/transfers/request-rate.md index bba8e34a75..4625261bcf 100644 --- a/usingcurl/transfers/request-rate.md +++ b/usingcurl/transfers/request-rate.md @@ -10,7 +10,7 @@ request rate). Without this option, curl will start the next transfer as fast as possible. If given several URLs and a transfer completes faster than the allowed rate, -curl will wait until the next transfer is started to maintain the requested +curl will delay starting the next transfer to maintain the requested rate. This option is for serial transfers and has no effect when [--parallel](../../cmdline/urls/parallel.md) is used.