mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
Matching actual proc name (#10766) [ci skip]
This commit is contained in:
committed by
Miran
parent
5d67208e34
commit
5ac7e32c7c
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user