Skip to content

Commit

Permalink
Fix a typo in comment in validation.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Chupaka authored Jul 30, 2024
1 parent 942927c commit 39e7008
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 39e7008

Please sign in to comment.