Skip to content

Commit b3e1e8f

Browse files
authored
Update applicable languages for IDE0350 rule (#49379)
1 parent 2a38e2d commit b3e1e8f

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/code-analysis/style-rules

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/style-rules/ide0350.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dev_langs:
1717
| **Title** | Use implicitly typed lambda |
1818
| **Category** | Style |
1919
| **Subcategory** | Language rules (expression-level preferences) |
20-
| **Applicable languages** | C# 14+ |
20+
| **Applicable languages** | C# |
2121
| **Options** | `csharp_style_prefer_implicitly_typed_lambda_expression` |
2222

2323
## Overview

0 commit comments

Comments
 (0)