Skip to content

Commit c82ea8a

Browse files
authored
Merge pull request #10879 from changeworld/patch-11
Fix typo: precidence -> precedence
2 parents 8e4f817 + 43aba2a commit c82ea8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/snippets/csharp/VS_Snippets_CodeAnalysis/fxcop.security.ca2136.transparencyannotationsshouldnotconflict/cs/ca2136-transparencyannotationsshouldnotconflict.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace TransparencyWarningsDemo
99
public class CriticalClass
1010
{
1111
// CA2136 violation - this method is not really safe critical, since the larger scoped type annotation
12-
// has precidence over the smaller scoped method annotation. This can be fixed by removing the
12+
// has precedence over the smaller scoped method annotation. This can be fixed by removing the
1313
// SecuritySafeCritical attribute on this method
1414
[SecuritySafeCritical]
1515
public void SafeCriticalMethod()

0 commit comments

Comments
 (0)