1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix a documentation typo

This commit is contained in:
Tom Poole 2021-09-29 15:39:37 +01:00
parent 2707ea3ca0
commit 2c8ec9dae1

View file

@ -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