Skip to content

Commit cd54834

Browse files
jasnelltargos
authored andcommitted
doc: minor clarification to pathObject
Signed-off-by: James M Snell <jasnell@gmail.com> Fixes: #36582 PR-URL: #38437 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent ba117c2 commit cd54834

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
@@ -203,7 +203,7 @@ A [`TypeError`][] is thrown if `path` is not a string.
203203
added: v0.11.15
204204
-->
205205

206-
* `pathObject` {Object}
206+
* `pathObject` {Object} Any JavaScript object having the following properties:
207207
* `dir` {string}
208208
* `root` {string}
209209
* `base` {string}

0 commit comments

Comments
 (0)