Skip to content

Commit 5c35640

Browse files
committed
Update description
1 parent 997ecb8 commit 5c35640

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

etc/eslint/.eslintrc.benchmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ eslint.rules[ 'require-jsdoc' ] = 'off';
113113
eslint.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
*/

etc/eslint/.eslintrc.examples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ eslint.rules[ 'require-jsdoc' ] = 'off';
7272
eslint.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
*/

etc/eslint/.eslintrc.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ eslint.rules[ 'require-jsdoc' ] = 'off';
120120
eslint.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
*/

0 commit comments

Comments
 (0)