Skip to content

Commit ca46741

Browse files
authored
elmeents > elements (dotnet#4454)
1 parent 0a52719 commit ca46741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xml/System/MemoryExtensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
28862886
<Parameter Name="other" Type="System.ReadOnlySpan&lt;T&gt;" />
28872887
</Parameters>
28882888
<Docs>
2889-
<typeparam name="T">The type of elmeents in the read-only sequence.</typeparam>
2889+
<typeparam name="T">The type of elements in the read-only sequence.</typeparam>
28902890
<param name="span">The first sequence.</param>
28912891
<param name="other">The second sequence.</param>
28922892
<summary>Determines whether two read-only sequences overlap in memory.</summary>

xml/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245261,7 +245261,7 @@
245261245261
<Parameter Name="other" Type="System.ReadOnlySpan&lt;T&gt;" Index="1" FrameworkAlternate="netcore-2.1" />
245262245262
</Parameters>
245263245263
<Docs>
245264-
<typeparam name="T">The type of elmeents in the read-only sequence.</typeparam>
245264+
<typeparam name="T">The type of elements in the read-only sequence.</typeparam>
245265245265
<param name="span">The first sequence.</param>
245266245266
<param name="other">The second sequence.</param>
245267245267
<summary>Determines whether two read-only sequences overlap in memory.</summary>

0 commit comments

Comments
 (0)