Skip to content

Commit 2d63ab3

Browse files
nogic1008mairaw
authored andcommitted
Fix ValueTuple<T7> Description (#2811)
"eight or more elements" -> "seven elements"
1 parent 7ebd8f6 commit 2d63ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System/ValueTuple`7.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
<format type="text/markdown"><![CDATA[
7575
7676
## Remarks
77-
A value tuple is a data structure that has a specific number and sequence of values. The <xref:System.ValueTuple%607> structure represents a value tuple that has eight or more elements.
77+
A value tuple is a data structure that has a specific number and sequence of values. The <xref:System.ValueTuple%607> structure represents a value tuple that has seven elements.
7878
7979
The value tuple types differ from the tuple types (such as <xref:System.Tuple%607>) as follows:
8080
8181
- They are structures (value types) rather than classes (reference types).
8282
83-
- Members such as <xref:System.ValueTuple%607.Item1> and <xref:System.ValueTuple%607.Item2> are fields rather than properties.
83+
- Members such as <xref:System.ValueTuple%607.Item1> and <xref:System.ValueTuple%607.Item2> are fields rather than properties.
8484
8585
- Their fields are mutable rather than read-only.
8686
@@ -950,4 +950,4 @@ The <xref:System.ValueTuple%607> type is not serializable in .NET Core 1.x or in
950950
</Docs>
951951
</Member>
952952
</Members>
953-
</Type>
953+
</Type>

0 commit comments

Comments
 (0)