Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d39dcf

Browse files
carlossanlopRon Petrusha
authored andcommitted
Wrong param name in an overload for System.Text.Json.Utf8JsonReader.ValueTextEquals (dotnet#2966)
1 parent 0f2e8bb commit 1d39dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/Utf8JsonReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@ if required. The look-up text is matched as is, without any modification.
15871587
<Parameter Name="text" Type="System.ReadOnlySpan&lt;System.Char&gt;" />
15881588
</Parameters>
15891589
<Docs>
1590-
<param name="utf8Text">The UTF-8 encoded text to compare against.</param>
1590+
<param name="text">The UTF-8 encoded text to compare against.</param>
15911591
<summary>Compares the UTF-8 encoded text in a read-only character span to the unescaped JSON token value in the source and returns a value that indicates whether they match.</summary>
15921592
<returns><see langword="true" /> if the JSON token value in the source matches the UTF-8 encoded look up text; otherwise, <see langword="false" />.</returns>
15931593
<remarks>To be added.</remarks>

0 commit comments

Comments
 (0)