From b7ee243f4b992663a6625499135748d00c5f2495 Mon Sep 17 00:00:00 2001 From: Nogic <24802730+nogic1008@users.noreply.github.com> Date: Wed, 24 Jul 2019 17:13:43 +0900 Subject: [PATCH] Remove link from Memory.ToArray() to itself Replace with `ToArray` as it is not enabled in Docs page. --- xml/System/Memory`1.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System/Memory`1.xml b/xml/System/Memory`1.xml index a9de4839874..071e8848149 100644 --- a/xml/System/Memory`1.xml +++ b/xml/System/Memory`1.xml @@ -750,7 +750,7 @@ The garbage collector will not move the memory until the returned method performs a heap allocation, it should generally be avoided. However, it is sometimes necessary to take advantage of functionality that is only available for arrays. +Because a call to the `ToArray` method performs a heap allocation, it should generally be avoided. However, it is sometimes necessary to take advantage of functionality that is only available for arrays. Each call to the `ToArray` method returns a new array. @@ -833,4 +833,4 @@ This method copies all of the contents of the current i - \ No newline at end of file +