Skip to content

Commit

Permalink
fix godoc typo in example for WithEnableSIGTERM
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt authored Jul 29, 2022
1 parent 93199f7 commit 06b1a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func WithSetIndent(prefix, indent string) Option {
//
// Usage:
// lambda.StartWithOptions(
// func (event any) (any error) {
// func (event any) (any, error) {
// return event, nil
// },
// lambda.WithEnableSIGTERM(func() {
Expand Down

0 comments on commit 06b1a18

Please sign in to comment.