Skip to content

Commit

Permalink
handler: fix an outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair authored Mar 14, 2023
1 parent 2001ef4 commit 2d350a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ func (fi *FuncInfo) Wrap() Func {
// Otherwise, if the field is anonymous (embedded) it is skipped. To include an
// anonymous field, ensure it is tagged for one of the previous rules.
//
// Otherwise the name of the field is used with its first character converted
// to lowercase.
// Otherwise the name of the field is used as-written.
//
// For other (non-struct) argument types, the accepted format is whatever the
// json.Unmarshal function can decode into the value. Note, however, that the
Expand Down

0 comments on commit 2d350a3

Please sign in to comment.