Skip to content

Commit 0b6b6aa

Browse files
committed
doc: Comment the return value for Path.format
The return value of the windows example should be commented to conform to the system wide style
1 parent 5250683 commit 0b6b6aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/path.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ path.format({
137137
ext : ".txt",
138138
name : "file"
139139
})
140-
// returns
141-
'C:\\path\\dir\\file.txt'
140+
// returns 'C:\\path\\dir\\file.txt'
142141
```
143142

144143
## path.isAbsolute(path)

0 commit comments

Comments
 (0)