mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +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
|
||||
}
|
||||
|
||||
// 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
|
||||
|
|
Loading…
Reference in New Issue
Block a user