Use name of function in comment string

Name of function is Difference, not Differences.
pull/2238/head
Svend Sorensen 11 years ago
parent e2e2cd097e
commit 943bf3c00a

@ -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}

Loading…
Cancel
Save