Skip to content

Commit f5b70f7

Browse files
committed
Fix typo in SA1411 documentation
1 parent 1c3c14d commit f5b70f7

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)