Skip to content

Commit ce0727e

Browse files
author
Ron Petrusha
authored
fixed bad paramref
1 parent 1fb07d1 commit ce0727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/JsonEncodedText.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This type can be used to cache and store known strings used for writing JSON ahe
6060
<summary>Encodes a UTF-8 encoded byte span as a JSON string.</summary>
6161
<returns>The JSON string.</returns>
6262
<remarks>To be added.</remarks>
63-
<exception cref="T:System.ArgumentException"><paramref name'utf8Value" /> is too large or contains invalid UTF-8 bytes.</exception>
63+
<exception cref="T:System.ArgumentException"><paramref name="utf8Value" /> is too large or contains invalid UTF-8 bytes.</exception>
6464
</Docs>
6565
</Member>
6666
<Member MemberName="Encode">

0 commit comments

Comments
 (0)