mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 09:57:01 +00:00
fix grammar and misspell
Former-commit-id: 1816619f891df77a5d1925d43c25243dcadbceb5
This commit is contained in:
@@ -77,7 +77,7 @@ type ControllerActivator struct {
|
||||
|
||||
// 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
|
||||
// `GetRoute(functionName)`. It's also protects for duplicatations.
|
||||
// `GetRoute(functionName)`. It's a shield against duplications as well.
|
||||
routes map[string]*router.Route
|
||||
|
||||
// the bindings that comes from the Engine and the controller's filled fields if any.
|
||||
|
||||
Reference in New Issue
Block a user