Skip to content

Commit 19a30ae

Browse files
authored
Fix typo.
Fixed double space typo in anonymous type snippet.
1 parent 1bc2349 commit 19a30ae

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/fundamentals/types/snippets/anonymous-types

1 file changed

+1
-1
lines changed

docs/csharp/fundamentals/types/snippets/anonymous-types/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace anonymous_types
88
class Product
99
{
1010
public string? Color {get;set;}
11-
public decimal Price {get;set;}
11+
public decimal Price {get;set;}
1212
public string? Name {get;set;}
1313
public string? Category {get;set;}
1414
public string? Size {get;set;}

0 commit comments

Comments
 (0)