Skip to content

Commit 0ac6065

Browse files
author
Ron Petrusha
committed
more malformed xml
1 parent 98428c9 commit 0ac6065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/Memory`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ The garbage collector will not move the memory until the returned <xref:T:System
524524

525525
-or-
526526

527-
<paramref name="length" /> is greater than <see cref="P:Memory`1.Length"> - <paramref name="start" />
527+
<paramref name="length" /> is greater than <see cref="P:Memory`1.Length" /> - <paramref name="start" />
528528
</exception>
529529
</Docs>
530530
</Member>
@@ -577,7 +577,7 @@ The garbage collector will not move the memory until the returned <xref:T:System
577577
<remarks>
578578
<format type="text/markdown"><![CDATA[
579579
580-
Because a call to the <xref="System.Memory%601.ToArray%2A> method performs a heap allocation, it should generally be avoided. However, it it sometimes necessary to take advantage of functionality that is only available for arrays.
580+
Because a call to the <xref="System.Memory%601.ToArray%2A> 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.
581581
582582
]]></format>
583583
</remarks>

0 commit comments

Comments
 (0)