Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-29 12:49:56 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-29 17:48:43 +0300
commita3bd06a5e6cf07854dd757dd97c5a0292f8ea0a3 (patch)
treecfc7f2c1fc8445b53bae4d92f76f35dd29e02b99 /doc/api/url.md
parent8809f8b40b3b9f16702c91c7ba6d7324ce431970 (diff)
doc: remove redundant empty lines
PR-URL: https://github.com/nodejs/node/pull/20398 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/api/url.md')
-rw-r--r--doc/api/url.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/url.md b/doc/api/url.md
index 3740dd79011..f8a22fefac3 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -1061,7 +1061,6 @@ The formatting process operates as follows:
string, an [`Error`][] is thrown.
* `result` is returned.
-
### url.parse(urlString[, parseQueryString[, slashesDenoteHost]])
<!-- YAML
added: v0.1.25