mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-10 01:48:22 +00:00
containes -> contains
This commit is contained in:
parent
a86ae886f2
commit
1b178b6634
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ type GroupMembershipOperation struct {
|
||||||
Delete bool
|
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 {
|
type GroupMembership struct {
|
||||||
UserID string
|
UserID string
|
||||||
Username string
|
Username string
|
||||||
|
|
Loading…
Add table
Reference in a new issue