fix: description error

This commit is contained in:
jincheng9 2021-11-26 15:54:32 +08:00
parent 823adfc91a
commit e567da1cb2

View File

@ -1102,7 +1102,7 @@ type Negotiate struct {
Data interface{}
}
// Negotiate calls different Render according acceptable Accept format.
// Negotiate calls different Render according to acceptable Accept format.
func (c *Context) Negotiate(code int, config Negotiate) {
switch c.NegotiateFormat(config.Offered...) {
case binding.MIMEJSON: