Commit 8d848edd authored by Eric Myhre's avatar Eric Myhre

Typo fix in error messages in generated ints.

parent 83bf3c07
......@@ -180,7 +180,7 @@ func (g intBuilderGenerator) EmitNodeAssemblerMethodAssignNull(w io.Writer) {
*na.m = schema.Maybe_Null
return nil
case schema.Maybe_Absent:
return mixins.StringAssembler{"{{ .PkgName }}.{{ .TypeName }}"}.AssignNull()
return mixins.IntAssembler{"{{ .PkgName }}.{{ .TypeName }}"}.AssignNull()
case schema.Maybe_Value, schema.Maybe_Null:
panic("invalid state: cannot assign into assembler that's already finished")
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment