File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
<Interfaces />
26
26
<Docs >
27
27
<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 >
29
29
<remarks >
30
30
<format type =" text/markdown" ><![CDATA[
31
31
@@ -168,7 +168,7 @@ The instance of the <xref:System.Buffers.ArrayPool%601> class created by this me
168
168
<Docs >
169
169
<param name =" minimumLength" >The minimum length of the array.</param >
170
170
<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 >
172
172
<remarks >
173
173
<format type =" text/markdown" ><![CDATA[
174
174
You can’t perform that action at this time.
0 commit comments