Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f95a3b3

Browse filesBrowse files
Juneezeegopherbot
authored andcommitted
html: fix typo in package doc
Change-Id: I3cacfadc0396c8ef85addd062d991bb6f5b0483a Reviewed-on: https://go-review.googlesource.com/c/net/+/580035 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Damien Neil <dneil@google.com> Reviewed-by: Damien Neil <dneil@google.com>
1 parent 0a24555 commit f95a3b3
Copy full SHA for f95a3b3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎html/doc.go

Copy file name to clipboardExpand all lines: html/doc.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ tokenization, and tokenization and tree construction stages of the WHATWG HTML
104104
parsing specification respectively. While the tokenizer parses and normalizes
105105
individual HTML tokens, only the parser constructs the DOM tree from the
106106
tokenized HTML, as described in the tree construction stage of the
107-
specification, dynamically modifying or extending the docuemnt's DOM tree.
107+
specification, dynamically modifying or extending the document's DOM tree.
108108
109109
If your use case requires semantically well-formed HTML documents, as defined by
110110
the WHATWG specification, the parser should be used rather than the tokenizer.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.