Skip to content

Commit ccaa0d2

Browse files
committed
Fix require statement
1 parent 6a0d22a commit ccaa0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/regexp/extname/lib

lib/node_modules/@stdlib/regexp/extname/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* // returns '.js'
1515
*
1616
* @example
17-
* var RE_EXTNAME = require( '@stlib/regexp/extname' );
17+
* var RE_EXTNAME = require( '@stdlib/regexp/extname' );
1818
*
1919
* // On a Windows platform...
2020
* var ext = RE_EXTNAME.exec( 'C:\\foo\\bar\\index.js' )[ 1 ];

0 commit comments

Comments
 (0)