We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca91797 commit 084cfbcCopy full SHA for 084cfbc
docs/csharp/roslyn-sdk/index.md
@@ -41,7 +41,7 @@ and the associated code fixes are packaged together in a single project.
41
Analyzers and code fixes use static analysis to understand code. They
42
do not run the code or provide other testing benefits. They can, however,
43
point out practices that often lead to bugs, unmaintainable code, or
44
-standard guideline validation.
+standard guideline violation.
45
46
The .NET Compiler Platform SDK provides a single set of APIs that enable
47
you to examine and understand a C# or Visual Basic codebase. Because you
0 commit comments