Skip to content

Commit

Permalink
Merge pull request #461 from aws/bmoffatt-patch-1
Browse files Browse the repository at this point in the history
fix godoc typo in example for WithEnableSIGTERM
  • Loading branch information
carlzogh authored Jul 30, 2022
2 parents 93199f7 + 06b1a18 commit 13ee405
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 13ee405

Please sign in to comment.