Skip to content

Commit

Permalink
Merge pull request #3298 from SaidFayache/patch-1
Browse files Browse the repository at this point in the history
Update SA1130.md
  • Loading branch information
sharwell authored Feb 11, 2021
2 parents 23db6c0 + fdb8f3f commit 5ba5c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/SA1130.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ To fix a violation of this rule, replace the anonymous function with an equivale
```csharp
#pragma warning disable SA1130 // Use lambda syntax
Action a = delegate { x = 0; };
#pragma warning restore SA1128 // Use lambda syntax
#pragma warning restore SA1130 // Use lambda syntax
```

0 comments on commit 5ba5c03

Please sign in to comment.