Skip to content

Commit 2e7f7e2

Browse files
authored
Update summary
1 parent ba19417 commit 2e7f7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetAnalyzers/VisualBasic/Microsoft.NetCore.Analyzers/Performance/BasicDoNotUseCountWhenAnyCanBeUsedFixer.vb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Namespace Microsoft.NetCore.VisualBasic.Analyzers.Performance
1616
Inherits DoNotUseCountWhenAnyCanBeUsedFixer
1717

1818
''' <summary>
19-
''' Tries the get a fixer the specified <paramref name="node" />.
19+
''' Tries to get a fixer for the specified <paramref name="node" />.
2020
''' </summary>
2121
''' <param name="node">The node to get a fixer for.</param>
2222
''' <param name="operation">The operation to get the fixer from.</param>

0 commit comments

Comments
 (0)