Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesqo committed Jan 21, 2017
1 parent cba203d commit f838d32
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/System.Linq/src/System/Linq/Utilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
// See the LICENSE file in the project root for more information.

using System.Collections.Generic;
using System.Diagnostics;

namespace System.Linq
{
/// <summary>
/// Contains helper methods for System.Linq. Please put enumerable-related methods in <see cref="EnumerableHelpers"/> if possible.
/// Contains helper methods for System.Linq. Please put enumerable-related methods in <see cref="EnumerableHelpers"/>.
/// </summary>
internal static class Utilities
{
Expand Down

0 comments on commit f838d32

Please sign in to comment.