From 08dda57501ce6ef3fd63b9a912de135c050e8b0d Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Tue, 7 Mar 2023 11:27:33 -0800 Subject: [PATCH] html: fix package doc typo Change-Id: Ic16f297e936cf10bafe0656f5db68cd422c430aa Reviewed-on: https://go-review.googlesource.com/c/net/+/474217 Reviewed-by: Ian Lance Taylor Auto-Submit: Roland Shoemaker Run-TryBot: Roland Shoemaker TryBot-Result: Gopher Robot --- html/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/doc.go b/html/doc.go index 7a96eae331..5ff8480cf5 100644 --- a/html/doc.go +++ b/html/doc.go @@ -106,7 +106,7 @@ and as such does not resolve issues that may exist in the processed HTML, producing a literal interpretation of the input. If your use case requires semantically well-formed HTML, as defined by the -WHATWG specifiction, the parser should be used rather than the tokenizer. +WHATWG specification, the parser should be used rather than the tokenizer. */ package html // import "golang.org/x/net/html"