From 92b288a0ea1ba8ee4a511a1a51e4401a935e9ab2 Mon Sep 17 00:00:00 2001 From: Maurice Butler Date: Thu, 21 May 2015 14:00:16 +1000 Subject: [PATCH] doc: path is ignored in url.format Made it obvious that path is ignored in url.format PR-URL: https://github.com/nodejs/io.js/pull/1753 --- doc/api/url.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/url.markdown b/doc/api/url.markdown index 3931e8d08..d2e9611e3 100644 --- a/doc/api/url.markdown +++ b/doc/api/url.markdown @@ -85,6 +85,7 @@ Take a parsed URL object, and return a formatted URL string. Here's how the formatting process works: * `href` will be ignored. +* `path` will be ignored. * `protocol` is treated the same with or without the trailing `:` (colon). * The protocols `http`, `https`, `ftp`, `gopher`, `file` will be postfixed with `://` (colon-slash-slash).