From 8792d8e51d7c7a150481d776470417484ec3f8f7 Mon Sep 17 00:00:00 2001 From: Lev Date: Fri, 11 Jun 2021 14:24:50 -0500 Subject: [PATCH] Update changed enterAsk text --- CM2005 Object Oriented Programming/Topic 4/4.4.7/MerkelMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CM2005 Object Oriented Programming/Topic 4/4.4.7/MerkelMain.cpp b/CM2005 Object Oriented Programming/Topic 4/4.4.7/MerkelMain.cpp index a611a2f..26f2455 100644 --- a/CM2005 Object Oriented Programming/Topic 4/4.4.7/MerkelMain.cpp +++ b/CM2005 Object Oriented Programming/Topic 4/4.4.7/MerkelMain.cpp @@ -73,7 +73,7 @@ void MerkelMain::printMarketStats() void MerkelMain::enterAsk() { - std::cout << "Make an ask - enter the amount (product, price, amount. e.g. 'ETH/BTC, 200, 0.5)': " << std::endl; + std::cout << "Make an ask - enter the amount (product, price, amount. e.g. 'ETH/BTC, 200, 0.5'): " << std::endl; std::string input; //std::cin.ignore(std::numeric_limits::max(), '\n'); std::getline(std::cin, input);