Skip to content

Commit 0799476

Browse files
authored
Fix typo on "one or more" instead of "one of more". (#43562)
It should be "one or more" instead of "one of more".
1 parent 1ca7606 commit 0799476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ helpviewer_keywords:
1111

1212
Code-style language rules affect how various constructs of .NET programming languages, for example, modifiers, and parentheses, are used.
1313

14-
This category also includes rules that identify parts of the code base that are unnecessary and can be refactored or removed. The presence of unnecessary code indicates one of more of the following problems:
14+
This category also includes rules that identify parts of the code base that are unnecessary and can be refactored or removed. The presence of unnecessary code indicates one or more of the following problems:
1515

1616
- Readability: Code that unnecessarily degrades readability.
1717
- Maintainability: Code that's no longer used after refactoring and is maintained unnecessarily.

0 commit comments

Comments
 (0)