Skip to content

Commit

Permalink
Fix typo 'to if check' -> 'to check if' (dotnet#83809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia-Kosenkov committed Mar 23, 2023
1 parent 830d3d0 commit 316d286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace System.Collections.Generic
{
// The generic IEqualityComparer interface implements methods to if check two objects are equal
// The generic IEqualityComparer interface implements methods to check if two objects are equal
// and generate Hashcode for an object.
// It is used in Dictionary class.
public interface IEqualityComparer<in T>
Expand Down

0 comments on commit 316d286

Please sign in to comment.