Skip to content

Commit d8ccdfb

Browse files
authored
Fixed typo in definition (#8065)
1 parent 1f6f1b4 commit d8ccdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Span`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</Attributes>
5151
<Docs>
5252
<typeparam name="T">The type of items in the <see cref="T:System.Span`1" />.</typeparam>
53-
<summary>Provides a type- and memory-safe representation of a contiguous region of arbitrary memory.</summary>
53+
<summary>Provides a type-safe and memory-safe representation of a contiguous region of arbitrary memory.</summary>
5454
<remarks>
5555
<format type="text/markdown"><![CDATA[
5656

0 commit comments

Comments
 (0)