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 06781ab commit 77cc640Copy full SHA for 77cc640
crates/oxc_linter/src/rules/unicorn/prefer_string_replace_all.rs
@@ -35,7 +35,7 @@ declare_oxc_lint!(
35
///
36
/// Examples of **incorrect** code for this rule:
37
/// ```js
38
- /// array.reduceRight(reducer, initialValue);
+ /// foo.replace(/a/g, bar)
39
/// ```
40
41
/// Examples of **correct** code for this rule:
0 commit comments