Skip to content

Commit 6f84948

Browse files
authored
remove cref link (#3466)
* remove cref link * feedback
1 parent d359768 commit 6f84948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Buffers/ArrayPool`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Interfaces />
2626
<Docs>
2727
<typeparam name="T">The type of the objects that are in the resource pool.</typeparam>
28-
<summary>Provides a resource pool that enables reusing instances of type <see cref="T:T[]" />.</summary>
28+
<summary>Provides a resource pool that enables reusing instances of type T[].</summary>
2929
<remarks>
3030
<format type="text/markdown"><![CDATA[
3131
@@ -168,7 +168,7 @@ The instance of the <xref:System.Buffers.ArrayPool%601> class created by this me
168168
<Docs>
169169
<param name="minimumLength">The minimum length of the array.</param>
170170
<summary>Retrieves a buffer that is at least the requested length.</summary>
171-
<returns>An array of type <see cref="T:T[]" /> that is at least <paramref name="minimumLength" /> in length.</returns>
171+
<returns>An array of type T that is at least <paramref name="minimumLength" /> in length.</returns>
172172
<remarks>
173173
<format type="text/markdown"><![CDATA[
174174

0 commit comments

Comments
 (0)