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
Prev Previous commit
doc: moved return statement from subtree
  • Loading branch information
imatveev committed Nov 8, 2016
commit aaa32222f1feaf9382cba7ebf65abea4cf2cb07a
2 changes: 1 addition & 1 deletion doc/api/path.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ added: v0.11.15
* `base` {String}
* `name` {String}
* `ext` {String}
* Return: {String}
* Return: {String}

The `path.format()` method returns a path string from an object. This is the
opposite of [`path.parse()`][].
Expand Down