Skip to content

Commit 9d883ab

Browse files
committed
spell check
1 parent 62fe4ff commit 9d883ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ func (r Root) FindPrevElementSibling() Root {
385385
return p.FindPrevElementSibling()
386386
}
387387

388-
// Children retuns all direct children of this DOME element.
388+
// Children returns all direct children of this DOME element.
389389
func (r Root) Children() []Root {
390390
child := r.Pointer.FirstChild
391391
var children []Root

0 commit comments

Comments
 (0)