1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

FileTreeComponent: Fix typo in docs

This commit is contained in:
reuk 2025-10-13 16:52:02 +01:00
parent 68f7ed4ecc
commit 2f05ebe8d2
No known key found for this signature in database

View file

@ -54,7 +54,7 @@ class JUCE_API FileTreeComponent : public TreeView,
{
public:
//==============================================================================
/** Creates a listbox to show the contents of a specified directory.
/** Creates a FileTreeComponent to show the contents of a specified directory.
*/
FileTreeComponent (DirectoryContentsList& listToShow);