mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
fix grammar and misspell
Former-commit-id: 1816619f891df77a5d1925d43c25243dcadbceb5
This commit is contained in:
parent
8b85b602df
commit
02d94041f9
|
@ -77,7 +77,7 @@ type ControllerActivator struct {
|
||||||
|
|
||||||
// the already-registered routes, key = the controller's function name.
|
// the already-registered routes, key = the controller's function name.
|
||||||
// End-devs can change some properties of the *Route on the `BeforeActivator` by using the
|
// End-devs can change some properties of the *Route on the `BeforeActivator` by using the
|
||||||
// `GetRoute(functionName)`. It's also protects for duplicatations.
|
// `GetRoute(functionName)`. It's a shield against duplications as well.
|
||||||
routes map[string]*router.Route
|
routes map[string]*router.Route
|
||||||
|
|
||||||
// the bindings that comes from the Engine and the controller's filled fields if any.
|
// the bindings that comes from the Engine and the controller's filled fields if any.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user