From 6e6e265f432f0fdff86ad3291ee12695aba44805 Mon Sep 17 00:00:00 2001 From: anuran Date: Mon, 4 Oct 2021 09:39:58 +0530 Subject: [PATCH] Minor fixes --- search/text_search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/text_search.cpp b/search/text_search.cpp index 73f2a9c15..713d8c231 100644 --- a/search/text_search.cpp +++ b/search/text_search.cpp @@ -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) {