Skip to content

Commit e2210b9

Browse files
authored
Fix compile error in source-generation.md (#47128)
1 parent add864e commit e2210b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/serialization/system-text-json/source-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ You can combine contracts from multiple source-generated contexts inside a singl
229229
```csharp
230230
var options = new JsonSerializerOptions
231231
{
232-
TypeInfoResolver = JsonTypeInfoResolver.Combine(ContextA.Default, ContextB.Default, ContextC.Default);
232+
TypeInfoResolver = JsonTypeInfoResolver.Combine(ContextA.Default, ContextB.Default, ContextC.Default),
233233
};
234234
```
235235

0 commit comments

Comments
 (0)