Skip to content

Commit f267af8

Browse files
nschonniRon Petrusha
authored andcommitted
typo: indes -> indexes (#2179)
* typo: Double word "the" * typo: indes -> indexes
1 parent 20affa7 commit f267af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Collections.Immutable/IImmutableList`1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ For information on creating an `IImmutableList<T>` implementation, see <xref:Sys
164164
</Parameters>
165165
<Docs>
166166
<param name="item">The object to locate in the <see cref="T:System.Collections.Immutable.IImmutableList`1" />. This value can be null for reference types.</param>
167-
<param name="index">The zero-based starting indes of the search. 0 (zero) is valid in an empty list.</param>
167+
<param name="index">The zero-based starting indexes of the search. 0 (zero) is valid in an empty list.</param>
168168
<param name="count">The number of elements in the section to search.</param>
169169
<param name="equalityComparer">The equality comparer to use to locate <paramref name="item" />.</param>
170170
<summary>Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the <see cref="T:System.Collections.Immutable.IImmutableList`1" /> that starts at the specified index and contains the specified number of elements.</summary>
@@ -455,7 +455,7 @@ For information on creating an `IImmutableList<T>` implementation, see <xref:Sys
455455
</Parameters>
456456
<Docs>
457457
<param name="oldValue">The element to be replaced.</param>
458-
<param name="newValue">The element to replace the the first occurrence of <paramref name="oldValue" /> with</param>
458+
<param name="newValue">The element to replace the first occurrence of <paramref name="oldValue" /> with</param>
459459
<param name="equalityComparer">The equality comparer to use for matching <paramref name="oldValue" />.</param>
460460
<summary>Returns a new list with the first matching element in the list replaced with the specified element.</summary>
461461
<returns>A new list that contains <paramref name="newValue" />, even if <paramref name="oldvalue" /> is the same as <paramref name="newValue" />.</returns>

0 commit comments

Comments
 (0)