Skip to content

Commit 7b9ed19

Browse files
authored
Fix compile error in source-generation.md
1 parent 7f30eb5 commit 7b9ed19

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)