mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
Fix typo of return
Former-commit-id: 6281134c94db126c5ffecbce2e2d228c6bf28be6
This commit is contained in:
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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user