We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ceaded + 94cfb1f commit 9b0ae9cCopy full SHA for 9b0ae9c
2 files changed
doc/webapi-html.txt
@@ -26,7 +26,7 @@ parse(content) *webapi-html.parse()*
26
parseFile(file) *webapi-html.parseFile()*
27
Parse html file into DOM object.
28
29
-parseURI(url) *webapi-html.parseURI()*
+parseURL(url) *webapi-html.parseURL()*
30
Get and parse html into DOM object.
31
32
------------------------------------------------------------------------------
doc/webapi-xml.txt
@@ -26,7 +26,7 @@ parse(content) *webapi-xml.parse()*
parseFile(file) *webapi-xml.parseFile()*
-parseURI(url) *webapi-xml.parseURI()*
+parseURL(url) *webapi-xml.parseURL()*
0 commit comments