1
0
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:
Vishal Rana 2015-05-05 22:25:19 -07:00
parent bd0c177d5e
commit 7d5465e176

View File

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