File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ eslint.rules[ 'require-jsdoc' ] = 'off';
113113eslint . rules [ 'stdlib/jsdoc-private-annotation' ] = 'off' ;
114114
115115/**
116- * Do not lint return annotations in JSDoc comments.
116+ * Do not lint return annotation values in JSDoc comments.
117117*
118118* @private
119119*/
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ eslint.rules[ 'require-jsdoc' ] = 'off';
7272eslint . rules [ 'stdlib/jsdoc-private-annotation' ] = 'off' ;
7373
7474/**
75- * Do not lint return annotations in JSDoc comments.
75+ * Do not lint return annotation values in JSDoc comments.
7676*
7777* @private
7878*/
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ eslint.rules[ 'require-jsdoc' ] = 'off';
120120eslint . rules [ 'stdlib/jsdoc-private-annotation' ] = 'off' ;
121121
122122/**
123- * Do not lint return annotations in JSDoc comments.
123+ * Do not lint return annotation values in JSDoc comments.
124124*
125125* @private
126126*/
You can’t perform that action at this time.
0 commit comments