Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: make order of properties consistent
Fixes: #9538
  • Loading branch information
tniessen committed Jun 6, 2017
commit a2c453ceb4f059ff5a4d86486e048a651f75dc68
4 changes: 2 additions & 2 deletions doc/api/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,11 +363,11 @@ see [`path.sep`][].

The returned object will have the following properties:

* `root` {string}
* `dir` {string}
* `root` {string}
* `base` {string}
* `ext` {string}
* `name` {string}
* `ext` {string}

For example on POSIX:

Expand Down