Skip to content

Commit

Permalink
fix(noUnusedFunctionParameters): fix typo in documentation code examp…
Browse files Browse the repository at this point in the history
…le (#3065)

Co-authored-by: printfn <[email protected]>
  • Loading branch information
printfn and printfn committed Jun 5, 2024
1 parent 6075493 commit 2078c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ declare_rule! {
/// ```
///
/// ```js,expect_diagnostic
/// const squares = [[1, 1], [2, 4], [3, 9], 4, 16]];
/// const squares = [[1, 1], [2, 4], [3, 9], [4, 16]];
/// squares.filter(([k, v]) => v > 5);
/// ```
///
Expand Down

0 comments on commit 2078c80

Please sign in to comment.