Skip to content

Commit 7b8d503

Browse files
committed
docs: fix code documentation for required-groups annotation
Signed-off-by: Cyrill Berg <[email protected]>
1 parent cec2e15 commit 7b8d503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/authorization/requiredgroups_authorizer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
const (
37-
// RequiredGroupsAnnotationKey is a comma-separated list (OR'ed) of semicolon separated
37+
// RequiredGroupsAnnotationKey is a semicolon-separated list (OR'ed) of comma-separated
3838
// groups (AND'ed) that a user must be a member of to be able to access the workspace.
3939
RequiredGroupsAnnotationKey = "authorization.kcp.io/required-groups"
4040
)

0 commit comments

Comments
 (0)