Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxchistt committed Jul 16, 2023
1 parent 68806c6 commit de434d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEMO/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void FillData()
product.Price = 399.99m;
product.Amount = 7;
product.Parameters.AddRange(new Dictionary<string, object>() {
{ "Voliune", 5 }, { "Color", "Red" }
{ "Volume", 5 }, { "Color", "Red" }
});
product.Parameters.Add("Matherial", "Leather");

Expand Down

0 comments on commit de434d8

Please sign in to comment.