diff --git a/helper/schema/set.go b/helper/schema/set.go index 7176b8630..8d21866df 100644 --- a/helper/schema/set.go +++ b/helper/schema/set.go @@ -74,7 +74,7 @@ func (s *Set) List() []interface{} { return result } -// Differences performs a set difference of the two sets, returning +// Difference performs a set difference of the two sets, returning // a new third set that has only the elements unique to this set. func (s *Set) Difference(other *Set) *Set { result := &Set{F: s.F}