Skip to content

Commit 3c22d2a

Browse files
authored
docs: update yoda to Yoda in yoda.md for consistency (#19230)
1 parent e0a2203 commit 3c22d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/rules/yoda.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ This rule can take a string option:
4343

4444
The default `"never"` option can have exception options in an object literal:
4545

46-
* If the `"exceptRange"` property is `true`, the rule *allows* yoda conditions in range comparisons which are wrapped directly in parentheses, including the parentheses of an `if` or `while` condition. The default value is `false`. A *range* comparison tests whether a variable is inside or outside the range between two literal values.
47-
* If the `"onlyEquality"` property is `true`, the rule reports yoda conditions *only* for the equality operators `==` and `===`. The default value is `false`.
46+
* If the `"exceptRange"` property is `true`, the rule *allows* Yoda conditions in range comparisons which are wrapped directly in parentheses, including the parentheses of an `if` or `while` condition. The default value is `false`. A *range* comparison tests whether a variable is inside or outside the range between two literal values.
47+
* If the `"onlyEquality"` property is `true`, the rule reports Yoda conditions *only* for the equality operators `==` and `===`. The default value is `false`.
4848

4949
The `onlyEquality` option allows a superset of the exceptions which `exceptRange` allows, thus both options are not useful together.
5050

0 commit comments

Comments
 (0)