summaryrefslogtreecommitdiff
path: root/libgo/go/exp/html/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/exp/html/parse.go')
-rw-r--r--libgo/go/exp/html/parse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/html/parse.go b/libgo/go/exp/html/parse.go
index cae836e14b4..0ff15746f21 100644
--- a/libgo/go/exp/html/parse.go
+++ b/libgo/go/exp/html/parse.go
@@ -2027,7 +2027,7 @@ func Parse(r io.Reader) (*Node, error) {
return p.doc, nil
}
-// ParseFragment parses a fragment of HTML and returns the nodes that were
+// ParseFragment parses a fragment of HTML and returns the nodes that were
// found. If the fragment is the InnerHTML for an existing element, pass that
// element in context.
func ParseFragment(r io.Reader, context *Node) ([]*Node, error) {