We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb07d1 commit ce0727eCopy full SHA for ce0727e
xml/System.Text.Json/JsonEncodedText.xml
@@ -60,7 +60,7 @@ This type can be used to cache and store known strings used for writing JSON ahe
60
<summary>Encodes a UTF-8 encoded byte span as a JSON string.</summary>
61
<returns>The JSON string.</returns>
62
<remarks>To be added.</remarks>
63
- <exception cref="T:System.ArgumentException"><paramref name'utf8Value" /> is too large or contains invalid UTF-8 bytes.</exception>
+ <exception cref="T:System.ArgumentException"><paramref name="utf8Value" /> is too large or contains invalid UTF-8 bytes.</exception>
64
</Docs>
65
</Member>
66
<Member MemberName="Encode">
0 commit comments