Skip to content

Commit de3d96c

Browse files
authored
Merge pull request #2663 from pantosha/fix-typo
Fix typo in SA1411 rule documentation
2 parents 1c3c14d + f5b70f7 commit de3d96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/SA1411.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ An attribute declaration does not contain any parameters, yet it still includes
2323

2424
When an attribute declaration does not contain any parameters, the parenthesis around the parameters are optional.
2525

26-
A violation of this rule occurs when unneccsary parenthesis have been used in an attribute constructor. For example:
26+
A violation of this rule occurs when unnecessary parenthesis have been used in an attribute constructor. For example:
2727

2828
```csharp
2929
[Serializable()]

0 commit comments

Comments
 (0)