Skip to content

Commit

Permalink
Fix JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Oct 3, 2019
1 parent fc09a7b commit 5896421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/grouped-accessor-pairs.js
Expand Up @@ -79,7 +79,7 @@ function areEqualKeys(left, right) {

/**
* Checks whether or not a given node is of an accessor kind ('get' or 'set').
* @param {ASTNode} node - A node to check.
* @param {ASTNode} node A node to check.
* @returns {boolean} `true` if the node is of an accessor kind.
*/
function isAccessorKind(node) {
Expand Down

0 comments on commit 5896421

Please sign in to comment.