Skip to content

Commit 6a11961

Browse files
authored
Merge pull request #151 from fanminshi/fix_comment
pkg/generator: change "Fills" to "Fill"
2 parents 9d2c0cc + af09011 commit 6a11961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/generator/api_tmpls.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ type {{.Kind}} struct {
8383
}
8484
8585
type {{.Kind}}Spec struct {
86-
// Fills me
86+
// Fill me
8787
}
8888
type {{.Kind}}Status struct {
89-
// Fills me
89+
// Fill me
9090
}
9191
`

0 commit comments

Comments
 (0)