Fix a little typo

This commit is contained in:
Sayan Nandan
2019-02-20 17:47:27 +05:30
committed by GitHub
parent 60711f1a83
commit f9215f98e1
+1 -1
View File
@@ -36,7 +36,7 @@ type Generator struct {
NoFormat bool
}
// writeStub outputs an initial stubs for marshalers/unmarshalers so that the package
// writeStub outputs an initial stub for marshalers/unmarshalers so that the package
// using marshalers/unmarshales compiles correctly for boostrapping code.
func (g *Generator) writeStub() error {
f, err := os.Create(g.OutName)