mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:26:26 +01:00
minor misspell fix
Former-commit-id: 55408a6c25d55cd052bb613db201723eac977232
This commit is contained in:
parent
3fcc70b891
commit
3dc3fa10ee
|
@ -45,7 +45,7 @@ type Filter func(Context) bool
|
|||
// as a middleware.
|
||||
// Filter is just a type of Handler which returns a boolean.
|
||||
// Handlers here should act like middleware, they should contain `ctx.Next` to proceed
|
||||
// to the next handler of the chain. Those "handlers" are registed to the per-request context.
|
||||
// to the next handler of the chain. Those "handlers" are registered to the per-request context.
|
||||
//
|
||||
//
|
||||
// It checks the "filter" and if passed then
|
||||
|
|
2
iris.go
2
iris.go
|
@ -345,7 +345,7 @@ var (
|
|||
// as a middleware.
|
||||
// Filter is just a type of Handler which returns a boolean.
|
||||
// Handlers here should act like middleware, they should contain `ctx.Next` to proceed
|
||||
// to the next handler of the chain. Those "handlers" are registed to the per-request context.
|
||||
// to the next handler of the chain. Those "handlers" are registered to the per-request context.
|
||||
//
|
||||
//
|
||||
// It checks the "filter" and if passed then
|
||||
|
|
Loading…
Reference in New Issue
Block a user