From 12bc3a0632e8421e8b18c318640471a4023cb536 Mon Sep 17 00:00:00 2001 From: Kamil Kisiel Date: Wed, 20 Mar 2013 09:31:41 -0700 Subject: [PATCH] Fix up grammar in docs. --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index bc7a880..2eca20a 100644 --- a/doc.go +++ b/doc.go @@ -74,7 +74,7 @@ served. Just call Clear() passing the request: ...or use ClearHandler(), which conveniently wraps an http.Handler to clear variables at the end of a request lifetime. -The Routers from the package gorilla/mux and gorilla/pat calls Clear(), +The Routers from the packages gorilla/mux and gorilla/pat call Clear() so if you are using either of them you don't need to clear the context manually. */ package context