We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f269cc commit 40b0ca1Copy full SHA for 40b0ca1
doc/api/path.md
@@ -24,7 +24,7 @@ On POSIX:
24
25
```js
26
path.basename('C:\\temp\\myfile.html');
27
-// Returns: 'C:\temp\myfile.html'
+// Returns: 'C:\\temp\\myfile.html'
28
```
29
30
On Windows:
0 commit comments