fix a typo

Former-commit-id: 266f99ad325eb0463c76fb3f6123dc0cdaba1aad
This commit is contained in:
Cody Oss 2017-12-17 21:45:11 -06:00 committed by GitHub
parent 434b07675e
commit e4aa414add

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 agaiin, can be retrieved by the Cramework's context pool).
// instead of the Context(which again, can be retrieved by the Cramework's context pool).
//
// Note: Downgrade will by-pass the Wrapper, the caller is responsible for everything.
// Downgrade is thread-safe.