waiting for full review on String wrapper

This commit is contained in:
Metehan Tuncbilek
2024-10-16 17:40:39 +03:00
parent ed07e7117a
commit 03a7ca3040

View File

@@ -134,7 +134,6 @@ namespace OpenVulkano
}
}
// Makes "i am a string" to "I Am A String" also need a better name for the function
void FirstLettersUpper()
{
for (size_t i = 0; i < m_string.size(); ++i)