This commit is contained in:
Tommy Chu
2021-10-31 02:23:08 +01:00
committed by GitHub
parent 1c2aa59b20
commit d4e72a17f7

View File

@ -122,7 +122,7 @@ func (a errorMsgs) Last() *Error {
return nil
}
// Errors returns an array will all the error messages.
// Errors returns an array with all the error messages.
// Example:
// c.Error(errors.New("first"))
// c.Error(errors.New("second"))