Minor output fixes

This commit is contained in:
anuran
2021-10-06 22:54:57 +05:30
parent a44570b03f
commit bd4bf94d5f

View File

@@ -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(