diff options
-rw-r--r-- | Remote/Helper/Chunked.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Helper/Chunked.hs b/Remote/Helper/Chunked.hs index 0d786c98d..a7c43801a 100644 --- a/Remote/Helper/Chunked.hs +++ b/Remote/Helper/Chunked.hs @@ -299,7 +299,7 @@ retrieveChunks retriever u chunkconfig encryptor basek dest basep sink - - However, if the Retriever generates a lazy ByteString, - it is not responsible for updating progress (often it cannot). - - Instead, the sink is passed a meter to update as it consumes + - Instead, the sink is passed a meter to update as it consumes - the ByteString. -} tosink h p content = sink h p' content |