We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f5623 commit 5d1dfb5Copy full SHA for 5d1dfb5
crates/oxc_linter/src/rules/eslint/eqeqeq.rs
@@ -39,7 +39,7 @@ declare_oxc_lint!(
39
/// const b = true;
40
/// a == b
41
/// ```
42
- /// The above will evaluate to `true`, but almost surely not want you want.
+ /// The above will evaluate to `true`, but that is almost surely not what you want.
43
///
44
/// Examples of **correct** code for this rule:
45
0 commit comments