Reword 'allows to' sentences

This commit is contained in:
Phil Davis
2023-05-18 09:46:25 +05:45
parent 419c624304
commit f19830e919
13 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ type defaultRoleAssigner struct {
Options
}
// NewDefaultRoleAssigner returns an implemenation of the UserRoleAssigner interface
// NewDefaultRoleAssigner returns an implementation of the UserRoleAssigner interface
func NewDefaultRoleAssigner(opts ...Option) UserRoleAssigner {
opt := Options{}
for _, o := range opts {