Skip to content

Commit

Permalink
Fix incorrect doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Aug 9, 2020
1 parent 2208884 commit af00e64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public sealed class CSharpDoNotUseCountWhenAnyCanBeUsedFixer : DoNotUseCountWhen
/// <param name="expression">If this method returns <see langword="true" />, contains the expression to be used to invoke <c>Any</c>.</param>
/// <param name="arguments">If this method returns <see langword="true" />, contains the arguments from <c>Any</c> to be used on <c>Count</c>.</param>
/// <returns><see langword="true" /> if a fixer was found., <see langword="false" /> otherwise.</returns>
/// <exception cref="System.NotImplementedException"></exception>
protected override bool TryGetFixer(
SyntaxNode node,
string operation,
Expand Down

0 comments on commit af00e64

Please sign in to comment.