Merge pull request #1426 from successgo/fix-typo

Fix typo

Former-commit-id: 579c8e4f035d6e04bf995356c4fa757f8f29e55f
This commit is contained in:
Gerasimos (Makis) Maropoulos 2020-01-08 04:56:30 +02:00 committed by GitHub
commit 58bb619e89

View File

@ -284,7 +284,7 @@ func (g *Group) Addf(format string, args ...interface{}) error {
return err
}
// Err adds an error the the group, it transforms it to an Error type if necessary and returns it.
// Err adds an error to the group, it transforms it to an Error type if necessary and returns it.
func (g *Group) Err(err error) error {
if err == nil {
return nil