From a78413dd958c1fd947b0a435273c67b6cdc54c9b Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Thu, 14 Jul 2016 14:56:05 +0300 Subject: [PATCH] Update StockExchange example --- src/MediatorPattern/StockExchange/StockExchange.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MediatorPattern/StockExchange/StockExchange.cs b/src/MediatorPattern/StockExchange/StockExchange.cs index 523b8c0..99e90aa 100644 --- a/src/MediatorPattern/StockExchange/StockExchange.cs +++ b/src/MediatorPattern/StockExchange/StockExchange.cs @@ -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"); }