Skip to content

Commit 5fe7532

Browse files
watfordgnfmairaw
authored andcommitted
Use typeparamref in ReadOnlySequence<T> summary (#1994)
Use typeparamref instead of typeparam in ReadOnlySequence<T> summary.
1 parent b1b26d1 commit 5fe7532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Buffers/ReadOnlySequence`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Attributes>
2626
<Docs>
2727
<typeparam name="T">To be added.</typeparam>
28-
<summary>Represents a sequence that can read a sequential series of <typeparam name="T" />.</summary>
28+
<summary>Represents a sequence that can read a sequential series of <typeparamref name="T" />.</summary>
2929
<remarks>To be added.</remarks>
3030
</Docs>
3131
<Members>
@@ -691,4 +691,4 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
691691
</Docs>
692692
</Member>
693693
</Members>
694-
</Type>
694+
</Type>

0 commit comments

Comments
 (0)