1
0
Fork 0

chore(markdown): Revert Join doc to develop version

This commit is contained in:
Benjamin Fan 2024-02-11 06:52:59 -08:00
parent c2d5b943b6
commit ab83799c2c

View file

@ -12,12 +12,9 @@ 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)
```
The second argument will optionally be used to close the joined path.
By default the joined path is left unclosed.
## Examples
<Example caption="Example of the Path.join() method">