Skip to content

Commit a399580

Browse files
authored
fix: fix typo (#3310)
1 parent ea8f893 commit a399580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type Generator interface {
4949
type Generate struct {
5050
}
5151

52-
// Run encaspulates runGenerate command on Genrator interface.
52+
// Run encapsulates runGenerate command on Generator interface.
5353
func (g *Generate) Run(ctx context.Context, all bool, libraryName string) error {
5454
return runGenerate(ctx, all, libraryName)
5555
}

0 commit comments

Comments
 (0)