Skip to content

Commit 9b0ae9c

Browse files
committed
Merge pull request mattn#19 from Jagua/fix-typo-parseURI-to-parseURL
fix typo in document, correct parseURI() to parseURL().
2 parents 5ceaded + 94cfb1f commit 9b0ae9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/webapi-html.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parse(content) *webapi-html.parse()*
2626
parseFile(file) *webapi-html.parseFile()*
2727
Parse html file into DOM object.
2828

29-
parseURI(url) *webapi-html.parseURI()*
29+
parseURL(url) *webapi-html.parseURL()*
3030
Get and parse html into DOM object.
3131

3232
------------------------------------------------------------------------------

doc/webapi-xml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parse(content) *webapi-xml.parse()*
2626
parseFile(file) *webapi-xml.parseFile()*
2727
Parse html file into DOM object.
2828

29-
parseURI(url) *webapi-xml.parseURI()*
29+
parseURL(url) *webapi-xml.parseURL()*
3030
Get and parse html into DOM object.
3131

3232
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)