Skip to content

Commit

Permalink
Matching actual proc name (nim-lang#10766) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdN authored and narimiran committed Mar 2, 2019
1 parent 5d67208 commit 5ac7e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/htmlparser.nim
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
## import strutils # To use cmpIgnoreCase
##
## proc transformHyperlinks() =
## let html = loadHTML("input.html")
## let html = loadHtml("input.html")
##
## for a in html.findAll("a"):
## if a.attrs.hasKey "href":
Expand Down

0 comments on commit 5ac7e32

Please sign in to comment.