Skip to content

Commit ba19417

Browse files
authored
Fix summary
1 parent af00e64 commit ba19417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetAnalyzers/CSharp/Microsoft.NetCore.Analyzers/Performance/CSharpDoNotUseCountWhenAnyCanBeUsed.Fixer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.NetCore.CSharp.Analyzers.Performance
1818
public sealed class CSharpDoNotUseCountWhenAnyCanBeUsedFixer : DoNotUseCountWhenAnyCanBeUsedFixer
1919
{
2020
/// <summary>
21-
/// Tries the get a fixer the specified <paramref name="node" />.
21+
/// Tries to get a fixer for the specified <paramref name="node" />.
2222
/// </summary>
2323
/// <param name="node">The node to get a fixer for.</param>
2424
/// <param name="operation">The operation to get the fixer from.</param>

0 commit comments

Comments
 (0)