Skip to content

Commit

Permalink
html: fix package doc typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rolandshoemaker authored and gopherbot committed Mar 7, 2023
1 parent dfa2b5d commit 08dda57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 08dda57

Please sign in to comment.