Skip to content

Commit 79648ff

Browse files
committed
Fix copy-paste error in JSDoc comments
1 parent f291269 commit 79648ff

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/_tools/repl-txt/rules/interface-spacing/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/_tools/repl-txt/rules/interface-spacing/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ function main( context ) {
3535
var spacing = context.options[ 0 ] || DEFAULT_SPACING;
3636

3737
/**
38-
* Checks whether sections appear in the designated order.
38+
* Checks that there are a specified number of empty lines between interfaces.
3939
*
4040
* @private
41-
* @param {Array} interfaces - function documentation sections
41+
* @param {Array} interfaces - a list of interfaces
4242
*/
4343
function interfaceSpacing( interfaces ) {
4444
var emptyLines;

0 commit comments

Comments
 (0)