diff --git a/authorizer/authorize_find.go b/authorizer/authorize_find.go index 07a3544e98f..9fa9fe23cc0 100644 --- a/authorizer/authorize_find.go +++ b/authorizer/authorize_find.go @@ -6,7 +6,7 @@ import ( "github.com/influxdata/influxdb/v2" ) -// AuthorizeFindDBRPs takes the given items and returns only the ones that the user is authorized to read. +// AuthorizeFindDBRPs takes the given items and returns only the ones that the user is authorized to access. func AuthorizeFindDBRPs(ctx context.Context, rs []*influxdb.DBRPMappingV2) ([]*influxdb.DBRPMappingV2, int, error) { // This filters without allocating // https://github.com/golang/go/wiki/SliceTricks#filtering-without-allocating