We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57355c commit 79d26aeCopy full SHA for 79d26ae
doc/api/path.markdown
@@ -85,9 +85,9 @@ path.extname('.index')
85
86
Returns a path string from an object. This is the opposite of [`path.parse`][].
87
88
-If `pathObject` has all expected properties, the returned string will be a
89
-concatenation of the `dir` property, the platform-dependent path separator, and
90
-the `base` property.
+If `pathObject` has `dir` and `base` properties, the returned string will
+be a concatenation of the `dir` property, the platform-dependent path separator,
+and the `base` property.
91
92
If the `dir` property is not supplied, the `root` property will be used as the
93
`dir` property. However, it will be assumed that the `root` property already
0 commit comments