Skip to content

Commit 084cfbc

Browse files
fghzxmBillWagner
authored andcommitted
Fix typo: validation -> violation (#16713)
1 parent ca91797 commit 084cfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/roslyn-sdk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and the associated code fixes are packaged together in a single project.
4141
Analyzers and code fixes use static analysis to understand code. They
4242
do not run the code or provide other testing benefits. They can, however,
4343
point out practices that often lead to bugs, unmaintainable code, or
44-
standard guideline validation.
44+
standard guideline violation.
4545

4646
The .NET Compiler Platform SDK provides a single set of APIs that enable
4747
you to examine and understand a C# or Visual Basic codebase. Because you

0 commit comments

Comments
 (0)