1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 21:45:57 +00:00

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

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