We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62fe4ff commit 9d883abCopy full SHA for 9d883ab
soup.go
@@ -385,7 +385,7 @@ func (r Root) FindPrevElementSibling() Root {
385
return p.FindPrevElementSibling()
386
}
387
388
-// Children retuns all direct children of this DOME element.
+// Children returns all direct children of this DOME element.
389
func (r Root) Children() []Root {
390
child := r.Pointer.FirstChild
391
var children []Root
0 commit comments