diff --git a/markdown/dev/reference/api/path/join/en.md b/markdown/dev/reference/api/path/join/en.md index 4f5cb0fc5f5..68dbebfb235 100644 --- a/markdown/dev/reference/api/path/join/en.md +++ b/markdown/dev/reference/api/path/join/en.md @@ -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