Skip to content

Commit

Permalink
Fix field naming in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Chris <github.account@chrigel.net>
  • Loading branch information
glrf and ccremer authored Jan 6, 2022
1 parent 72d740a commit 3d2103e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/organization/v1/organization_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Organization struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

// Data holds the cluster specific metadata.
// Spec holds the cluster specific metadata.
Spec OrganizationSpec `json:"spec,omitempty"`
}

Expand Down

0 comments on commit 3d2103e

Please sign in to comment.