1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Fix typo in juce_TemporaryFile.h

This commit is contained in:
Noah Dayan 2018-01-08 09:17:07 +00:00
parent 728f9b4664
commit 381874c20a

View file

@ -140,7 +140,7 @@ public:
- and that you don't have any streams open to the target file, which would
prevent it being overwritten
If the file move succeeds, this returns false, and the temporary file will
If the file move succeeds, this returns true, and the temporary file will
have disappeared. If it fails, the temporary file will probably still exist,
but will be deleted when this object is destroyed.
*/