Skip to content

Commit

Permalink
Fix typo (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-carvalho committed May 8, 2024
1 parent 27a9e23 commit 5d86d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Analyzers.xml
Expand Up @@ -7905,7 +7905,7 @@ var identifierName = (IdentifierNameSyntax)syntaxNode;
<Samples>
<Sample>
<Before><![CDATA[syntaxList[syntaxList.Count - 1]]]></Before>
<After><![CDATA[!syntaxList.Last()]]></After>
<After><![CDATA[syntaxList.Last()]]></After>
</Sample>
</Samples>
<Remarks>This analyzer is applicable for following types:
Expand Down Expand Up @@ -7973,4 +7973,4 @@ class FooCodeFixProvider : CodeFixProvider
</Sample>
</Samples>
</Analyzer>
</Analyzers>
</Analyzers>

0 comments on commit 5d86d80

Please sign in to comment.