Skip to content

Commit 1773106

Browse files
committed
fix
1 parent 94f1288 commit 1773106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kod/internal/generate_generator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ func (g *generator) generateFullMethodNames(p printFn) {
666666
continue
667667
}
668668

669-
p(`// %s is the full name of the component [%s].`, comp.intfName(), comp.fullIntfName())
669+
p(`// %s_ComponentName is the full name of the component [%s].`, comp.intfName(), comp.intfName())
670670
p(`%s_ComponentName = %q`, comp.intfName(), comp.fullIntfName())
671671

672672
for _, m := range comp.methods() {

0 commit comments

Comments
 (0)