Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Mar 28, 2022
1 parent cfca618 commit 54089cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmltest/check-link.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (hT *HTMLTest) checkInternal(ref *htmldoc.Reference) {
// Solve #168
urlStr := ref.URLString()

// Does this internal url match a internal url ignore rule?
// Does this internal url match an internal url ignore rule?
if hT.opts.isInternalURLIgnored(urlStr) {
return
}
Expand Down

0 comments on commit 54089cb

Please sign in to comment.