diff -r 8f478162d991 -r 05c40b36d3b2 vendor/golang.org/x/net/html/parse.go --- a/vendor/golang.org/x/net/html/parse.go Thu Sep 22 16:37:07 2022 +0200 +++ b/vendor/golang.org/x/net/html/parse.go Sat Feb 04 12:58:35 2023 +0100 @@ -734,7 +734,7 @@ return false } -// 12.2.6.4.5. +// Section 12.2.6.4.5. func inHeadNoscriptIM(p *parser) bool { switch p.tok.Type { case DoctypeToken: