vendor/golang.org/x/net/html/parse.go
changeset 265 05c40b36d3b2
parent 256 6d9efbef00a9
--- 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: