fix: description error (#2961)
This commit is contained in:
		@ -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:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user