From ec9434aaf347a06ab62462e9834220647050a21d Mon Sep 17 00:00:00 2001 From: Tommy Chu Date: Sat, 30 Oct 2021 22:47:26 +0200 Subject: [PATCH] Fix typo --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.go b/errors.go index 0f276c13..3418cbc8 100644 --- a/errors.go +++ b/errors.go @@ -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"))