Browse Source

Fix up grammar in docs.

Kamil Kisiel 13 years ago
parent
commit
12bc3a0632
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc.go

+ 1
- 1
doc.go View File

@ -74,7 +74,7 @@ served. Just call Clear() passing the request:
...or use ClearHandler(), which conveniently wraps an http.Handler to clear ...or use ClearHandler(), which conveniently wraps an http.Handler to clear
variables at the end of a request lifetime. 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. so if you are using either of them you don't need to clear the context manually.
*/ */
package context package context

Loading…
Cancel
Save