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