Merge pull request #206 from sntdevco/patch-1

Fix a little typo
This commit is contained in:
Vasily Romanov
2019-02-21 10:37:07 +03:00
committed by GitHub
+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)