We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67640ec commit a53c503Copy full SHA for a53c503
1 file changed
lib/node_modules/@stdlib/string/lib/index.js
@@ -31,7 +31,7 @@ setReadOnly( string, 'capitalize', require( '@stdlib/string/capitalize' ) );
31
* @name constants
32
* @memberof string
33
* @readonly
34
-* @type {Function}
+* @type {Namespace}
35
* @see {@link module:@stdlib/constants/string}
36
*/
37
setReadOnly( string, 'constants', require( '@stdlib/constants/string' ) );
0 commit comments