Skip to content

Commit e72a327

Browse files
committed
fix typo
1 parent 5d64132 commit e72a327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/entry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func StartHandler(handler Handler) {
5757

5858
type startFunction struct {
5959
env string
60-
f func(ctx context.Context, envValue string, hander Handler) error
60+
f func(ctx context.Context, envValue string, handler Handler) error
6161
}
6262

6363
var (

0 commit comments

Comments
 (0)