1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Merge pull request #19 from sekimura/typofixes

doc: fixes a typo
This commit is contained in:
Vishal Rana 2015-04-03 10:50:50 -07:00
commit 953fcdc01f

View File

@ -101,7 +101,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