Fix function comment

This commit is contained in:
Benedikt Kulmann
2020-08-31 08:53:16 +02:00
parent 957e1987ab
commit 512fe49c34
+1 -1
View File
@@ -49,7 +49,7 @@ func RoleService(val settings.RoleService) Option {
}
}
// RolesCache provides a function to set the roles cache option.
// RoleCache provides a function to set the roles cache option.
func RoleCache(val *roles.Cache) Option {
return func(o *Options) {
o.RoleCache = val