Skip to content

Commit 12cd909

Browse files
authored
Fix duplicated 'for' in MemoryExtensions.xml (dotnet#5368)
1 parent 665a5bd commit 12cd909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/MemoryExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Base>
2626
<Interfaces />
2727
<Docs>
28-
<summary>Provides extension methods for for the memory- and span-related types, such as <see cref="T:System.Memory`1" />, <see cref="T:System.ReadOnlyMemory`1" />, <see cref="T:System.Span`1" />, and <see cref="T:System.ReadOnlySpan`1" />.</summary>
28+
<summary>Provides extension methods for the memory- and span-related types, such as <see cref="T:System.Memory`1" />, <see cref="T:System.ReadOnlyMemory`1" />, <see cref="T:System.Span`1" />, and <see cref="T:System.ReadOnlySpan`1" />.</summary>
2929
<remarks>To be added.</remarks>
3030
</Docs>
3131
<Members>

0 commit comments

Comments
 (0)