Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit 17bb77b

Browse files
authored
Update mixpanel.go
1 parent 59b07cf commit 17bb77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mixpanel.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func (m *mixpanel) UpdateUser(distinctId string, u *Update) error {
160160
return m.send("engage", params, autoGeolocate)
161161
}
162162

163-
// UpdateUser: Updates a group in mixpanel. See
163+
// UpdateGroup: Updates a group in mixpanel. See
164164
// https://api.mixpanel.com/groups#group-set
165165
func (m *mixpanel) UpdateGroup(groupKey, groupId string, u *Update) error {
166166
params := map[string]interface{}{

0 commit comments

Comments
 (0)