Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etree.go
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ func (c *CharData) SetData(text string) {
}
}

// IsCData returns true if this CharData token is contains a CDATA section. It
// IsCData returns true if this CharData token contains a CDATA section. It
// returns false if the CharData token contains simple text.
func (c *CharData) IsCData() bool {
return (c.flags & cdataFlag) != 0
Expand Down