Fix typo of return

Former-commit-id: 6281134c94db126c5ffecbce2e2d228c6bf28be6
This commit is contained in:
Success Go 2020-01-12 21:09:45 +08:00
parent 5b8458f5a0
commit d9ccaae202

View File

@ -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`.