containes -> contains

This commit is contained in:
lenforiee 2023-04-19 21:25:44 +02:00
parent a86ae886f2
commit 1b178b6634

View file

@ -14,7 +14,7 @@ type GroupMembershipOperation struct {
Delete bool
}
// GroupMembership containes who and what kind of membership they have with a group
// GroupMembership contains who and what kind of membership they have with a group
type GroupMembership struct {
UserID string
Username string