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);