Skip to content

Commit 432d214

Browse files
authored
GetConverter never returns null (dotnet#8444)
1 parent 5a24c86 commit 432d214

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
@@ -429,7 +429,7 @@ For more information, see [How to customize character encoding with System.Text.
429429
<Docs>
430430
<param name="typeToConvert">The type to return a converter for.</param>
431431
<summary>Returns the converter for the specified type.</summary>
432-
<returns>The first converter that supports the given type, or <see langword="null" /> if there is no converter.</returns>
432+
<returns>The first converter that supports the given type.</returns>
433433
<remarks>
434434
<format type="text/markdown"><![CDATA[
435435

0 commit comments

Comments
 (0)