mirror of
https://github.com/labstack/echo.git
synced 2024-11-28 08:38:39 +02:00
doc: fixes a typo
This commit is contained in:
parent
05d52420be
commit
bf6b39fae8
2
echo.go
2
echo.go
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user