Skip to content

Commit 2b0fed3

Browse files
authored
Remove trailing comma (#45990)
1 parent 4538f98 commit 2b0fed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/serialization/system-text-json/character-casing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here's example JSON with camel case property names. It can be deserialized into
3434
{
3535
"date": "2019-08-01T00:00:00-07:00",
3636
"temperatureCelsius": 25,
37-
"summary": "Hot",
37+
"summary": "Hot"
3838
}
3939
```
4040

0 commit comments

Comments
 (0)