Skip to content

Commit 39e7008

Browse files
authored
Fix a typo in comment in validation.go
1 parent 942927c commit 39e7008

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)