mirror of
https://github.com/PuerkitoBio/goquery
synced 2025-09-27 05:06:16 +08:00
doc fixes
This commit is contained in:
@@ -61,8 +61,8 @@ func (this *Selection) NotSelection(s *Selection) *Selection {
|
||||
return pushStack(this, winnowNodes(this, s.Nodes, false))
|
||||
}
|
||||
|
||||
// Union() is an alias for FilterSelection().
|
||||
func (this *Selection) Union(s *Selection) *Selection {
|
||||
// Intersection() is an alias for FilterSelection().
|
||||
func (this *Selection) Intersection(s *Selection) *Selection {
|
||||
return this.FilterSelection(s)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user