Skip to content

Commit

Permalink
Update handler.go fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt authored Nov 30, 2023
1 parent 2cd6dd3 commit 0ea7933
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 @@ -52,7 +52,7 @@ func WithContext(ctx context.Context) Option {
}

// WithContextValue adds a value to the handler context.
// If a base context was set using WithContext, that base is used at the parent.
// If a base context was set using WithContext, that base is used as the parent.
//
// Usage:
//
Expand Down

0 comments on commit 0ea7933

Please sign in to comment.