We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8f893 commit a399580Copy full SHA for a399580
internal/librarian/generate.go
@@ -49,7 +49,7 @@ type Generator interface {
49
type Generate struct {
50
}
51
52
-// Run encaspulates runGenerate command on Genrator interface.
+// Run encapsulates runGenerate command on Generator interface.
53
func (g *Generate) Run(ctx context.Context, all bool, libraryName string) error {
54
return runGenerate(ctx, all, libraryName)
55
0 commit comments