Skip to content

Commit 515afc6

Browse files
MauriceButlersilverwind
authored andcommitted
doc: path is ignored in url.format
Made it obvious that path is ignored in url.format PR-URL: #1753
1 parent 80342f6 commit 515afc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/url.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Take a parsed URL object, and return a formatted URL string.
8585
Here's how the formatting process works:
8686

8787
* `href` will be ignored.
88+
* `path` will be ignored.
8889
* `protocol` is treated the same with or without the trailing `:` (colon).
8990
* The protocols `http`, `https`, `ftp`, `gopher`, `file` will be
9091
postfixed with `://` (colon-slash-slash).

0 commit comments

Comments
 (0)