Skip to content

Commit

Permalink
doc: Comment the return value for Path.format
Browse files Browse the repository at this point in the history
The return value of the windows example should be commented to conform to the system wide style
  • Loading branch information
mithun-daa committed Mar 21, 2016
1 parent 5250683 commit 0b6b6aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/path.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ path.format({
ext : ".txt",
name : "file"
})
// returns
'C:\\path\\dir\\file.txt'
// returns 'C:\\path\\dir\\file.txt'
```

## path.isAbsolute(path)
Expand Down

0 comments on commit 0b6b6aa

Please sign in to comment.