Skip to content

Commit 733931c

Browse files
authored
Fix xref (dotnet#8794)
1 parent 71de9e3 commit 733931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/JsonSerializerOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ For more information, see [How to serialize and deserialize JSON](/dotnet/standa
135135
When serializing and deserializing types using the options instance, metadata for the types will be fetched from the context instance.
136136
137137
The methods supports adding multiple contexts per options instance. Metadata will be resolved in the order of configuration,
138-
similar to how <xref:System.Text.Json.Serialization.Metadata.JsonTypeInfoResolver.Combine /> resolves metadata.
138+
similar to how <xref:System.Text.Json.Serialization.Metadata.JsonTypeInfoResolver.Combine(System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver[])> resolves metadata.
139139
140140
]]></format>
141141
</remarks>

0 commit comments

Comments
 (0)