File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ and the associated code fixes are packaged together in a single project.
4040
4141Analyzers and code fixes use static analysis to understand code. They
4242do not run the code or provide other testing benefits. They can, however,
43- point out practices that often lead to bugs, unmaintanable code, or
43+ point out practices that often lead to bugs, unmaintainable code, or
4444standard guideline validation.
4545
4646The .NET Compiler Platform SDK provides a single set of APIs that enable
4747you to examine and understand a C# or Visual Basic codebase. Because you
4848can use this single codebase, you can write analyzers and code fixes more
4949easily by leveraging the syntactic and semantic analysis APIs provided by
5050the .NET Compiler Platform SDK. Freed from the large task of replicating
51- the anaysis done by the compiler, you can concentrate on the more focused
51+ the analysis done by the compiler, you can concentrate on the more focused
5252task of finding and fixing common coding errors for your project or library.
5353
5454A smaller benefit is that your analyzers and code fixes are smaller and
You can’t perform that action at this time.
0 commit comments