Skip to content

Commit

Permalink
fix grammar and misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Nov 29, 2018
1 parent 2bd7a8e commit 5069e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvc/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5069e9a

Please sign in to comment.