Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley committed Mar 17, 2021
1 parent a2013fc commit 61c06ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-unused-vars.md
Expand Up @@ -74,7 +74,7 @@ myFunc = setTimeout(function() {
myFunc();
}, 50);

// Only the second argument from the descructured array is used.
// Only the second argument from the destructured array is used.
function getY([, y]) {
return y;
}
Expand Down

0 comments on commit 61c06ae

Please sign in to comment.