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