Browse Source

Fix typo in juce_TemporaryFile.h

tags/2021-05-28
Noah Dayan 7 years ago
parent
commit
381874c20a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/files/juce_TemporaryFile.h

+ 1
- 1
modules/juce_core/files/juce_TemporaryFile.h 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.
*/


Loading…
Cancel
Save