Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove cref link
  • Loading branch information
mairaw authored Nov 11, 2019
commit 3b4a322ce93a8ab130deeb8865fb7f5adf8a39f6
4 changes: 2 additions & 2 deletions xml/System.Buffers/ArrayPool`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Interfaces />
<Docs>
<typeparam name="T">The type of the objects that are in the resource pool.</typeparam>
<summary>Provides a resource pool that enables reusing instances of type <see cref="T:T[]" />.</summary>
<summary>Provides a resource pool that enables reusing instances of type T.</summary>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down Expand Up @@ -168,7 +168,7 @@ The instance of the <xref:System.Buffers.ArrayPool%601> class created by this me
<Docs>
<param name="minimumLength">The minimum length of the array.</param>
<summary>Retrieves a buffer that is at least the requested length.</summary>
<returns>An array of type <see cref="T:T[]" /> that is at least <paramref name="minimumLength" /> in length.</returns>
<returns>An array of type T that is at least <paramref name="minimumLength" /> in length.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down