Skip to content

Commit ccd0a69

Browse files
committed
docs(linter): clarify only-used-in-recursion description (#23407)
1 parent f2d8b21 commit ccd0a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎crates/oxc_linter/src/rules/oxc/only_used_in_recursion.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ declare_oxc_lint!(
6464
correctness,
6565
dangerous_fix,
6666
version = "0.1.1",
67-
short_description = "Checks for arguments that are only used in recursion with no side-effects.",
67+
short_description = "Checks for arguments that are only used in recursion with no side effects.",
6868
);
6969

7070
fn is_exported(id: &BindingIdentifier<'_>, ctx: &LintContext<'_>) -> bool {

0 commit comments

Comments
 (0)