mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
fix typo
Former-commit-id: 7b5d5530279789a3118190feb57776948b305662
This commit is contained in:
@@ -78,7 +78,7 @@ func (p *ParamParser) appendErr(format string, a ...interface{}) {
|
||||
|
||||
const (
|
||||
// DefaultParamErrorCode is the default http error code, 404 not found,
|
||||
// per-parameter. An error code can be setted via
|
||||
// per-parameter. An error code can be set via
|
||||
// the "else" keyword inside a route's path.
|
||||
DefaultParamErrorCode = 404
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user