Skip to content

Commit cd5ccc1

Browse files
d-tsujibmoffatt
andauthored
fix typo (#376)
Co-authored-by: Bryan Moffatt <[email protected]>
1 parent 159d1c6 commit cd5ccc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/entry.go

+1-1
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)