mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
Typo in godoc
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
bd0c177d5e
commit
7d5465e176
2
echo.go
2
echo.go
@ -166,7 +166,7 @@ func (e *Echo) Group(pfx string, m ...Middleware) *Echo {
|
|||||||
return &g
|
return &g
|
||||||
}
|
}
|
||||||
|
|
||||||
// MaxParam sets the maximum number of path parameters allowd for the application.
|
// MaxParam sets the maximum number of path parameters allowed for the application.
|
||||||
// Default value is 5, good enough for many use cases.
|
// Default value is 5, good enough for many use cases.
|
||||||
func (e *Echo) MaxParam(n uint8) {
|
func (e *Echo) MaxParam(n uint8) {
|
||||||
e.maxParam = n
|
e.maxParam = n
|
||||||
|
Loading…
Reference in New Issue
Block a user