Skip to content

Commit 4ab42a2

Browse files
committed
Update parameter description
1 parent 3842aa2 commit 4ab42a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-tag-names/lib

lib/node_modules/@stdlib/_tools/eslint/rules/jsdoc-tag-names/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function main( context ) {
5151
* Checks whether JSDoc comments contain only allowed JSDoc tags.
5252
*
5353
* @private
54-
* @param {ASTNode} node - node to examine
54+
* @param {ASTNode} node - AST node
5555
*/
5656
function validate( node ) {
5757
var jsdoc;

0 commit comments

Comments
 (0)