mirror of https://github.com/gin-gonic/gin.git
Fix typo (#2926)
This commit is contained in:
parent
1c2aa59b20
commit
d4e72a17f7
|
@ -122,7 +122,7 @@ func (a errorMsgs) Last() *Error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Errors returns an array will all the error messages.
|
// Errors returns an array with all the error messages.
|
||||||
// Example:
|
// Example:
|
||||||
// c.Error(errors.New("first"))
|
// c.Error(errors.New("first"))
|
||||||
// c.Error(errors.New("second"))
|
// c.Error(errors.New("second"))
|
||||||
|
|
Loading…
Reference in New Issue