From 5ac7e32c7cc1e39b8bbbefe57b12cbf4074fa368 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sat, 2 Mar 2019 15:50:21 +0100 Subject: [PATCH] Matching actual proc name (#10766) [ci skip] --- lib/pure/htmlparser.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pure/htmlparser.nim b/lib/pure/htmlparser.nim index a3683fdb2c..e51ad86f48 100644 --- a/lib/pure/htmlparser.nim +++ b/lib/pure/htmlparser.nim @@ -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":