diff --git a/lib/utils.js b/lib/utils.js index 3bf809af..4ad42c24 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -584,7 +584,7 @@ module.exports = { /** * Gets information on a report, given the ASTNode of context.report(). - * @param {ASTNode} reportArgs The ASTNode of context.report() + * @param {ASTNode} node The ASTNode of context.report() * @param {Context} context */ getReportInfo(node, context) {