mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 10:56:29 +01:00
Fix typo of return
Former-commit-id: 6281134c94db126c5ffecbce2e2d228c6bf28be6
This commit is contained in:
parent
5b8458f5a0
commit
d9ccaae202
2
iris.go
2
iris.go
|
@ -515,7 +515,7 @@ var (
|
||||||
//
|
//
|
||||||
// A shortcut for the `context#IsErrPath`.
|
// A shortcut for the `context#IsErrPath`.
|
||||||
IsErrPath = context.IsErrPath
|
IsErrPath = context.IsErrPath
|
||||||
// NewProblem retruns a new Problem.
|
// NewProblem returns a new Problem.
|
||||||
// Head over to the `Problem` type godoc for more.
|
// Head over to the `Problem` type godoc for more.
|
||||||
//
|
//
|
||||||
// A shortcut for the `context#NewProblem`.
|
// A shortcut for the `context#NewProblem`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user