Skip to content

Commit e27160d

Browse files
Fix wrong .NET version mentioned in 'Enabled rules' list description. (#43597)
Fixes a typo in the 'Enabled rules' list description for .NET 9.
1 parent 914901c commit e27160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If rule violations are found by an analyzer, they're reported as a suggestion, w
3131

3232
# [.NET 9](#tab/net-9)
3333

34-
The following rules are enabled, by default, as errors or warnings in .NET 8. Additional rules are enabled as suggestions.
34+
The following rules are enabled, by default, as errors or warnings in .NET 9. Additional rules are enabled as suggestions.
3535

3636
| Diagnostic ID | Category | Severity | Version added | Description |
3737
| - | - | - | - | - |

0 commit comments

Comments
 (0)