Matching actual proc name (#10766) [ci skip]

This commit is contained in:
Anthon van der Neut
2019-03-02 15:50:21 +01:00
committed by Miran
parent 5d67208e34
commit 5ac7e32c7c

View File

@@ -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":