Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Jan 8, 2024
1 parent 59ae024 commit 64aaa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ type FuncInfo struct {
// for non-struct arguments.
func (fi *FuncInfo) SetStrict(strict bool) *FuncInfo { fi.strictFields = strict; return fi }

// AllowArray sets the flag on fi that determines whethe the wrapper it
// AllowArray sets the flag on fi that determines whether the wrapper it
// generates allows struct arguments to be sent in array notation. If true, a
// parameter array is decoded into corresponding fields of the struct argument
// in declaration order; if false, array arguments report an error. The default
Expand Down

0 comments on commit 64aaa2c

Please sign in to comment.