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

Fixed a documentation typo

This commit is contained in:
Tom Poole 2022-07-08 10:40:12 +01:00
parent 4f884c8a54
commit c52a049698

View file

@ -46,7 +46,7 @@ namespace juce
File mooseFile (chooser.getResult());
loadMoose (mooseFile);
}
});
}
@endcode