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 85a6dae commit 9afdc09Copy full SHA for 9afdc09
doc/api/path.md
@@ -18,9 +18,7 @@ on which a Node.js application is running. Specifically, when running on a
18
Windows operating system, the `path` module will assume that Windows-style
19
paths are being used.
20
21
-For example, using the `path.basename()` function with the Windows file path
22
-`C:\temp\myfile.html`, will yield different results when running on POSIX than
23
-when run on Windows:
+So using `path.basename()` might yield different results on POSIX and Windows:
24
25
On POSIX:
26
0 commit comments