Skip to content

Commit

Permalink
Merge pull request #1016 from Chupaka/patch-1
Browse files Browse the repository at this point in the history
📖 Fix a typo in comment in validation.go
  • Loading branch information
k8s-ci-robot authored Jul 30, 2024
2 parents 942927c + 39e7008 commit e78c920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crd/markers/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ type XEmbeddedResource struct{}
// IntOrString marks a fields as an IntOrString.
//
// This is required when applying patterns or other validations to an IntOrString
// field. Knwon information about the type is applied during the collapse phase
// field. Known information about the type is applied during the collapse phase
// and as such is not normally available during marker application.
type XIntOrString struct{}

Expand Down

0 comments on commit e78c920

Please sign in to comment.