We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c3c14d commit f5b70f7Copy full SHA for f5b70f7
1 file changed
documentation/SA1411.md
@@ -23,7 +23,7 @@ An attribute declaration does not contain any parameters, yet it still includes
23
24
When an attribute declaration does not contain any parameters, the parenthesis around the parameters are optional.
25
26
-A violation of this rule occurs when unneccsary parenthesis have been used in an attribute constructor. For example:
+A violation of this rule occurs when unnecessary parenthesis have been used in an attribute constructor. For example:
27
28
```csharp
29
[Serializable()]
0 commit comments