From 0ae6d35b080d1dcbc5744904e4aec8504283115d Mon Sep 17 00:00:00 2001 From: Julien Schmidt Date: Wed, 11 Sep 2013 20:33:30 +0200 Subject: [PATCH] Fix typo remove doubly present "the" --- mux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mux.go b/mux.go index 6136ab9..ddc1acc 100644 --- a/mux.go +++ b/mux.go @@ -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 }