Update StockExchange example from mediator pattern

This commit is contained in:
Petrutiu Mihai
2016-07-14 15:03:45 +03:00
parent a78413dd95
commit 59860c2c6e
2 changed files with 3 additions and 1 deletions

View File

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