mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-09 07:32:54 +08:00
Minor fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user