Skip to content

Commit 3d43a8e

Browse files
authored
docs: add missing private annotation
Signed-off-by: Athan <kgryte@gmail.com>
1 parent d72af44 commit 3d43a8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/_tools/eslint/rules/doctest-annotation-spacing/lib

lib/node_modules/@stdlib/_tools/eslint/rules/doctest-annotation-spacing/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var format = require( '@stdlib/string/format' );
4848
* - `( *)`
4949
* - capture zero or more space characters (the spacing after the keyword)
5050
*
51+
* @private
5152
* @constant
5253
* @type {RegExp}
5354
* @default /^\/\/( *)(?:(e\.g\.,) *)?(returns|=>)( *)/

0 commit comments

Comments
 (0)