Skip to content

Commit

Permalink
Fix summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Aug 9, 2020
1 parent af00e64 commit ba19417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Microsoft.NetCore.CSharp.Analyzers.Performance
public sealed class CSharpDoNotUseCountWhenAnyCanBeUsedFixer : DoNotUseCountWhenAnyCanBeUsedFixer
{
/// <summary>
/// Tries the get a fixer the specified <paramref name="node" />.
/// Tries to get a fixer for the specified <paramref name="node" />.
/// </summary>
/// <param name="node">The node to get a fixer for.</param>
/// <param name="operation">The operation to get the fixer from.</param>
Expand Down

0 comments on commit ba19417

Please sign in to comment.