mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #2238 from svend/func-comment
Use name of function in comment string
This commit is contained in:
commit
4bb63cbe65
@ -74,7 +74,7 @@ func (s *Set) List() []interface{} {
|
|||||||
return result
|
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.
|
// a new third set that has only the elements unique to this set.
|
||||||
func (s *Set) Difference(other *Set) *Set {
|
func (s *Set) Difference(other *Set) *Set {
|
||||||
result := &Set{F: s.F}
|
result := &Set{F: s.F}
|
||||||
|
Loading…
Reference in New Issue
Block a user