We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586ff2f commit ed1ab20Copy full SHA for ed1ab20
generator.go
@@ -72,10 +72,10 @@ func WithCharDataFieldName(charDataFieldName string) GeneratorOption {
72
}
73
74
75
-// WithElemNameSuffix sets the attribute suffix.
76
-func WithElemNameSuffix(elemSuffix string) GeneratorOption {
+// WithElemNameSuffix sets the element name suffix.
+func WithElemNameSuffix(elemNameSuffix string) GeneratorOption {
77
return func(g *Generator) {
78
- g.elemNameSuffix = elemSuffix
+ g.elemNameSuffix = elemNameSuffix
79
80
81
0 commit comments