fix another minor typo

Former-commit-id: 0961f0882e63d3d43ef8c176a873bcd4e0d155ec
This commit is contained in:
Cody Oss 2017-12-18 00:25:57 -06:00 committed by GitHub
parent e4aa414add
commit 835e2f8c08

View File

@ -83,7 +83,7 @@ func (router *Router) BuildRouter(cPool *context.Pool, requestHandler RequestHan
// be aware to change the global variables of 'ParamStart' and 'ParamWildcardStart'.
// can be used to implement a custom proxy or
// a custom router which should work with raw ResponseWriter, *Request
// instead of the Context(which again, can be retrieved by the Cramework's context pool).
// instead of the Context(which again, can be retrieved by the Framework's context pool).
//
// Note: Downgrade will by-pass the Wrapper, the caller is responsible for everything.
// Downgrade is thread-safe.