diff --git a/search/text_search.cpp b/search/text_search.cpp index 3a968c628..542ea2f80 100644 --- a/search/text_search.cpp +++ b/search/text_search.cpp @@ -56,7 +56,7 @@ int main() { std::string word; std::cout << "Please enter the word you are searching for: "; std::getline(std::cin, word); - std::cout << "Ignore case? 1 = Yes, 0 = No" << std::endl; + std::cout << "Ignore case-sensitive? 1 = Yes, 0 = No" << std::endl; std::cin >> ch; if (ch == 1) { std::string lowerCase = lower(