From d9ccaae202266fee31161fc1e0ca4d6351eae91b Mon Sep 17 00:00:00 2001 From: Success Go Date: Sun, 12 Jan 2020 21:09:45 +0800 Subject: [PATCH] Fix typo of `return` Former-commit-id: 6281134c94db126c5ffecbce2e2d228c6bf28be6 --- iris.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iris.go b/iris.go index 3cb71ee7..f6dabda2 100644 --- a/iris.go +++ b/iris.go @@ -515,7 +515,7 @@ var ( // // A shortcut for the `context#IsErrPath`. IsErrPath = context.IsErrPath - // NewProblem retruns a new Problem. + // NewProblem returns a new Problem. // Head over to the `Problem` type godoc for more. // // A shortcut for the `context#NewProblem`.