From ab83799c2cd35e5b5bf82367afca302f179a0e56 Mon Sep 17 00:00:00 2001 From: Benjamin Fan Date: Sun, 11 Feb 2024 06:52:59 -0800 Subject: [PATCH] chore(markdown): Revert Join doc to develop version --- markdown/dev/reference/api/path/join/en.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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