Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
elmeents > elements
  • Loading branch information
vcsjones committed Jun 30, 2020
commit ca53608c6fd86834bdbade9a6ff8a31f6cfe6896
2 changes: 1 addition & 1 deletion xml/System/MemoryExtensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2886,7 +2886,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
<Parameter Name="other" Type="System.ReadOnlySpan&lt;T&gt;" />
</Parameters>
<Docs>
<typeparam name="T">The type of elmeents in the read-only sequence.</typeparam>
<typeparam name="T">The type of elements in the read-only sequence.</typeparam>
<param name="span">The first sequence.</param>
<param name="other">The second sequence.</param>
<summary>Determines whether two read-only sequences overlap in memory.</summary>
Expand Down
2 changes: 1 addition & 1 deletion xml/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245261,7 +245261,7 @@
<Parameter Name="other" Type="System.ReadOnlySpan&lt;T&gt;" Index="1" FrameworkAlternate="netcore-2.1" />
</Parameters>
<Docs>
<typeparam name="T">The type of elmeents in the read-only sequence.</typeparam>
<typeparam name="T">The type of elements in the read-only sequence.</typeparam>
<param name="span">The first sequence.</param>
<param name="other">The second sequence.</param>
<summary>Determines whether two read-only sequences overlap in memory.</summary>
Expand Down