mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-25 13:24:18 +00:00
Fix comment
This commit is contained in:
@ -20,7 +20,7 @@ limitations under the License.
|
||||
|
||||
package set
|
||||
|
||||
// Intersection returns the interaction of two sets.
|
||||
// Intersection returns the intersection of two sets.
|
||||
func Intersection(a []string, b []string) (out []string) {
|
||||
|
||||
hash := make(map[string]bool)
|
||||
|
Reference in New Issue
Block a user