From 2c8ec9dae14e5a489525d8feb8a02961411e7d65 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Wed, 29 Sep 2021 15:39:37 +0100 Subject: [PATCH] Fix a documentation typo --- modules/juce_core/network/juce_URL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_core/network/juce_URL.h b/modules/juce_core/network/juce_URL.h index 2280d0e184..c72a22a34b 100644 --- a/modules/juce_core/network/juce_URL.h +++ b/modules/juce_core/network/juce_URL.h @@ -447,7 +447,7 @@ public: virtual void progress (DownloadTask* task, int64 bytesDownloaded, int64 totalLength); }; - /** Holds options that will can be specified when starting a new download + /** Holds options that can be specified when starting a new download with downloadToFile(). */ class DownloadTaskOptions