Skip to content

Commit a53c503

Browse files
committed
Fix type annotation
1 parent 67640ec commit a53c503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/string/lib

lib/node_modules/@stdlib/string/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ setReadOnly( string, 'capitalize', require( '@stdlib/string/capitalize' ) );
3131
* @name constants
3232
* @memberof string
3333
* @readonly
34-
* @type {Function}
34+
* @type {Namespace}
3535
* @see {@link module:@stdlib/constants/string}
3636
*/
3737
setReadOnly( string, 'constants', require( '@stdlib/constants/string' ) );

0 commit comments

Comments
 (0)