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

Fixed minor documentation typo in a recent PropertiesFile commit

This commit is contained in:
hogliux 2016-12-12 09:19:38 +00:00
parent 806d99d777
commit 8869fce59e

View file

@ -71,7 +71,7 @@ public:
".settings") then the suffix of applicationName will be replaced with your suffix
("MyApp.exe" -> "MyApp.settings"). If your filenameSuffix does NOT include the dot,
then the suffix will be appended to the applicationName ("MyApp.exe" ->
"MyApp.settings.exe").
"MyApp.exe.settings").
*/
String filenameSuffix;