File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/regexp/dirname-windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var reDirnameWindows = require( '@stdlib/regexp/dirname-windows' );
3232
3333#### reDirnameWindows()
3434
35- Returns a [ regular expression] [ regexp ] to capture a Windows path [ dirname] [ dirname ] .
35+ Returns a [ regular expression] [ regexp ] to capture a Windows path [ dirname] [ dirname ] .
3636
3737``` javascript
3838var RE_DIRNAME_WINDOWS = reDirnameWindows ();
@@ -42,7 +42,7 @@ var dir = RE_DIRNAME_WINDOWS.exec( 'foo\\bar\\index.js' )[ 1 ];
4242
4343#### reDirnameWindows.REGEXP
4444
45- [ Regular expression] [ regexp ] to capture a Windows path [ dirname] [ dirname ] .
45+ [ Regular expression] [ regexp ] to capture a Windows path [ dirname] [ dirname ] .
4646
4747``` javascript
4848var dir = reDirnameWindows .REGEXP .exec ( ' foo\\ bar\\ index.js' )[ 1 ];
You can’t perform that action at this time.
0 commit comments