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

Docs: Fix a typo

This commit is contained in:
attila 2023-12-19 20:16:57 +01:00 committed by Attila Szarvas
parent 03947a2646
commit 6d7054fa52

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;