Add comment to FormatName

This commit is contained in:
hg 2020-10-17 22:41:54 -04:00
parent b85feb5461
commit d2ad2ec078

View File

@ -593,6 +593,7 @@ std::string numberToWords(unsigned long long int n)
return res;
}
// first letter capitalized and rest made lower case
std::string FormatName(const std::string& char_name)
{
std::string formatted(char_name);