mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 17:48:20 +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
|
||||
}
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Add table
Reference in a new issue