Minor fixes

This commit is contained in:
anuran
2021-10-04 09:39:58 +05:30
parent b5f6af44f5
commit 6e6e265f43

View File

@@ -13,7 +13,7 @@
/**
* @brief function to convert a C++ string to lower case
* @param accepts an std::string as input
* @param word takes an std::string as input
* @returns std::string
*/
std::string lower(std::string word) {