Skip to content

Commit 7d5465e

Browse files
committed
Typo in godoc
Signed-off-by: Vishal Rana <[email protected]>
1 parent bd0c177 commit 7d5465e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func (e *Echo) Group(pfx string, m ...Middleware) *Echo {
166166
return &g
167167
}
168168

169-
// MaxParam sets the maximum number of path parameters allowd for the application.
169+
// MaxParam sets the maximum number of path parameters allowed for the application.
170170
// Default value is 5, good enough for many use cases.
171171
func (e *Echo) MaxParam(n uint8) {
172172
e.maxParam = n

0 commit comments

Comments
 (0)