mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-21 17:37:04 +08:00
Fix typo (#2926)
This commit is contained in:
@ -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"))
|
||||||
|
Reference in New Issue
Block a user