Skip to content

Commit e78c920

Browse files
authored
Merge pull request #1016 from Chupaka/patch-1
📖 Fix a typo in comment in validation.go
2 parents 942927c + 39e7008 commit e78c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/crd/markers/validation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ type XEmbeddedResource struct{}
298298
// IntOrString marks a fields as an IntOrString.
299299
//
300300
// This is required when applying patterns or other validations to an IntOrString
301-
// field. Knwon information about the type is applied during the collapse phase
301+
// field. Known information about the type is applied during the collapse phase
302302
// and as such is not normally available during marker application.
303303
type XIntOrString struct{}
304304

0 commit comments

Comments
 (0)