From bd4bf94d5f27612f05566815409c95011e3b27d4 Mon Sep 17 00:00:00 2001 From: anuran Date: Wed, 6 Oct 2021 22:54:57 +0530 Subject: [PATCH] Minor output 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 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(