From de434d8406538f46f6e6c986f2cc92e2bdd17213 Mon Sep 17 00:00:00 2001 From: Maxim Chistyakov Date: Mon, 17 Jul 2023 04:04:54 +0600 Subject: [PATCH] fixup --- DEMO/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEMO/Program.cs b/DEMO/Program.cs index 608c4b6..2a2327e 100644 --- a/DEMO/Program.cs +++ b/DEMO/Program.cs @@ -44,7 +44,7 @@ void FillData() product.Price = 399.99m; product.Amount = 7; product.Parameters.AddRange(new Dictionary() { - { "Voliune", 5 }, { "Color", "Red" } + { "Volume", 5 }, { "Color", "Red" } }); product.Parameters.Add("Matherial", "Leather");