Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jan 30, 2024
1 parent 6b4b884 commit 2f465a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/apis/configuration/v1alpha1/kong_license_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type ObjectName string

type ControllerReference struct {
// Group is the group of referent.
// It should be empty if the referent is in "core" group (like pod.)
// It should be empty if the referent is in "core" group (like pod).
Group *Group `json:"group,omitempty"`
// Kind is the kind of the referent.
// By default the nil kind means kind Pod.
Expand Down

0 comments on commit 2f465a1

Please sign in to comment.