Skip to content

Commit 91aff0c

Browse files
authored
fix api link (#2255)
1 parent 23987e7 commit 91aff0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/ValueTuple`3.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ The <xref:System.ValueTuple%603> type is not serializable in .NET Core 1.x or in
782782
<Parameters />
783783
<Docs>
784784
<summary>Returns a string that represents the value of this <see cref="T:System.ValueTuple`3" /> instance.</summary>
785-
<returns>The string representation of this <see cref="T:System.ValueTuple`2" /> instance.</returns>
785+
<returns>The string representation of this <see cref="T:System.ValueTuple`3" /> instance.</returns>
786786
<remarks>
787787
<format type="text/markdown"><![CDATA[
788788
@@ -794,4 +794,4 @@ The <xref:System.ValueTuple%603> type is not serializable in .NET Core 1.x or in
794794
</Docs>
795795
</Member>
796796
</Members>
797-
</Type>
797+
</Type>

0 commit comments

Comments
 (0)