Skip to content

Commit 7912d46

Browse files
RamChirumamillamairaw
authored andcommitted
Updating the format (dotnet#2859)
Updating c`omparer` to `comparer`
1 parent 2f678f3 commit 7912d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Linq/Enumerable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ From i As Integer In objects
18751875
## Remarks
18761876
Enumeration is terminated as soon as a matching element is found.
18771877

1878-
If c`omparer` is `null`, the default equality comparer, <xref:System.Collections.Generic.EqualityComparer%601.Default%2A>, is used to compare elements to the specified value.
1878+
If `comparer` is `null`, the default equality comparer, <xref:System.Collections.Generic.EqualityComparer%601.Default%2A>, is used to compare elements to the specified value.
18791879

18801880

18811881

0 commit comments

Comments
 (0)