mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 23:40:35 +01:00
Merge pull request #1426 from successgo/fix-typo
Fix typo Former-commit-id: 579c8e4f035d6e04bf995356c4fa757f8f29e55f
This commit is contained in:
commit
58bb619e89
|
@ -284,7 +284,7 @@ func (g *Group) Addf(format string, args ...interface{}) error {
|
||||||
return err
|
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 {
|
func (g *Group) Err(err error) error {
|
||||||
if err == nil {
|
if err == nil {
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue
Block a user