File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
lib/node_modules/@stdlib/string/lib Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,22 @@ var setReadOnly = require( '@stdlib/utils/define-read-only-property' );
3737var string = { } ;
3838
3939/**
40- * @name capitalize
40+ * @name constants
4141* @memberof string
4242* @readonly
43- * @type {Function }
44- * @see {@link module:@stdlib/string/capitalize }
43+ * @type {Namespace }
44+ * @see {@link module:@stdlib/constants/string }
4545*/
46- setReadOnly ( string , 'capitalize ' , require ( '@stdlib/string/capitalize ' ) ) ;
46+ setReadOnly ( string , 'constants ' , require ( '@stdlib/constants/string ' ) ) ;
4747
4848/**
49- * @name constants
49+ * @name capitalize
5050* @memberof string
5151* @readonly
52- * @type {Namespace }
53- * @see {@link module:@stdlib/constants/ string }
52+ * @type {Function }
53+ * @see {@link module:@stdlib/string/capitalize }
5454*/
55- setReadOnly ( string , 'constants ' , require ( '@stdlib/constants/ string' ) ) ;
55+ setReadOnly ( string , 'capitalize ' , require ( '@stdlib/string/capitalize ' ) ) ;
5656
5757/**
5858* @name endsWith
You can’t perform that action at this time.
0 commit comments