Skip to content

Commit 08dda57

Browse files
rolandshoemakergopherbot
authored andcommitted
html: fix package doc typo
Change-Id: Ic16f297e936cf10bafe0656f5db68cd422c430aa Reviewed-on: https://go-review.googlesource.com/c/net/+/474217 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Roland Shoemaker <roland@golang.org> Run-TryBot: Roland Shoemaker <roland@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
1 parent dfa2b5d commit 08dda57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ and as such does not resolve issues that may exist in the processed HTML,
106106
producing a literal interpretation of the input.
107107
108108
If your use case requires semantically well-formed HTML, as defined by the
109-
WHATWG specifiction, the parser should be used rather than the tokenizer.
109+
WHATWG specification, the parser should be used rather than the tokenizer.
110110
*/
111111
package html // import "golang.org/x/net/html"
112112

0 commit comments

Comments
 (0)