Browse Source

Docs: Fix a typo

v7.0.12
attila Attila Szarvas 2 years ago
parent
commit
6d7054fa52
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/files/juce_File.h

+ 1
- 1
modules/juce_core/files/juce_File.h View File

@@ -1060,7 +1060,7 @@ public:
bool isSymbolicLink() const;
/** If this file is a link or alias, this returns the file that it points to.
If the file isn't actually link, it'll just return itself.
If the file isn't actually a link, it'll just return itself.
*/
File getLinkedTarget() const;


Loading…
Cancel
Save