1
0
mirror of https://github.com/labstack/echo.git synced 2025-09-16 09:16:29 +02:00
This commit is contained in:
Vishal Rana
2015-04-03 15:40:38 -07:00

View File

@@ -103,7 +103,7 @@ func (e *Echo) Sub(pfx string) *Echo {
return &s
}
// Group is simmilar to Sub but excludes inheriting middleware from the parent
// Group is similar to Sub but excludes inheriting middleware from the parent
// router.
func (e *Echo) Group(pfx string) *Echo {
g := *e