fix(markdown): Change optional parameter doc format from man page to JavaScript
This commit is contained in:
parent
bf4b4c8755
commit
c2d5b943b6
6 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@ If that's not what you want, you should use
|
|||
## Signature
|
||||
|
||||
```js
|
||||
Path path.join(path other[, bool closed=false])
|
||||
Path path.join(path other, bool closed = false)
|
||||
```
|
||||
|
||||
The second argument will optionally be used to close the joined path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue