Skip to content

Commit 40b0ca1

Browse files
pallxkFishrock123
authored andcommitted
doc: fix typo in code example of 'path' module
PR-URL: #10136 Reviewed-By: Brian White <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 3f269cc commit 40b0ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/path.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ On POSIX:
2424

2525
```js
2626
path.basename('C:\\temp\\myfile.html');
27-
// Returns: 'C:\temp\myfile.html'
27+
// Returns: 'C:\\temp\\myfile.html'
2828
```
2929

3030
On Windows:

0 commit comments

Comments
 (0)