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