From f9215f98e179b999033a1f69d8a1a2b00e64af8e Mon Sep 17 00:00:00 2001 From: Sayan Nandan <17377258+sntdevco@users.noreply.github.com> Date: Wed, 20 Feb 2019 17:47:27 +0530 Subject: [PATCH] Fix a little typo --- bootstrap/bootstrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index 1116a91..a461bf1 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -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)