remove doubly present "the"
This commit is contained in:
Julien Schmidt
2013-09-11 20:33:30 +02:00
parent ea1bb06e00
commit 0ae6d35b08

2
mux.go
View File

@@ -46,7 +46,7 @@ type Router struct {
namedRoutes map[string]*Route
// See Router.StrictSlash(). This defines the flag for new routes.
strictSlash bool
// If true, do not clear the the request context after handling the request
// If true, do not clear the request context after handling the request
KeepContext bool
}