Update StockExchange example

This commit is contained in:
Petrutiu Mihai
2016-07-14 14:56:05 +03:00
parent 01bf96e974
commit a78413dd95

View File

@@ -69,7 +69,7 @@ namespace MediatorPattern.StockExchange
if (!couldSellStocks)
{
AddSeller(trader);
Console.WriteLine("No one seller buys it at this price, try a lower price");
Console.WriteLine("No seller buys it at this price, try a lower price");
}