Skip to content

Commit

Permalink
Remove a potentially unclear comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 12, 2022
1 parent 3549412 commit 92a1f80
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ internal static class EnumerableExtensions
{
public static T? FirstOrDefault<T>(this ImmutableArray<T> collection, Func<T, bool> predicate)
{
// Despite being on the System.Linq namespace, this function resides
// in the System.Collections.Immutable assembly and avoids importing
// LINQ elsewhere.
return ImmutableArrayExtensions.FirstOrDefault(collection, predicate);
}

Expand Down

0 comments on commit 92a1f80

Please sign in to comment.